#EEAE0B

Color #EEAE0B Dark Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tangerine #EEAE0B

Tints of Dark Tangerine #EEAE0B

Color information

#EEAE0B (or 0xEEAE0B) is unknown color: approx Dark Tangerine. HEX triplet: EE, AE and 0B. RGB value is (238,174,11). Sum of RGB (Red+Green+Blue) = 238+174+11=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 11 (4.69% from 255 or 2.60% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAE0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEAE0B is #1151F4. Grayscale: #AFAFAF. Windows color (decimal): -1135093 or 765678. OLE color: 765678.

HSL color Cylindrical-coordinate representation of color #EEAE0B: hue angle of 43.08º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EEAE0B is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB23817411-
CMYK00.270.950.07
HSL43.08º91.16%48.82%-
HSV(B)43.08º95.38%93.33%-
XYZ50.4648.477.01-
YUV174.5535.7173.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 56.26%
GREEN value IS 174 (68.36% from 255) = 41.13%
BLUE value IS 11 (4.69% from 255) = 2.60%
R=56.26%
G=41.13%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381741100.270.950.0743.0891.1648.82
HexEEAEB01B5F72b5b31
Octal3562561303313775313361
Binary1110111010101110101101101110111111111010111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAE0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAE0B; }

 p { color: rgb(238,174,11); }

 H1.HeaderClassName
 {
   color: #EEAE0B;
 }
 .AnyTagClassName
 {
   color: #EEAE0B;
 }
</style>
background-color css

<style>
 a { background-color: #EEAE0B; }

 a { background-color: rgb(238,174,11); }

 div.DivClassName
 {
   background-color: #EEAE0B;
 }
 .BgClassName
 {
   background-color: #EEAE0B;
 }
</style>
border-color css

<style>
 span { border-color: #EEAE0B; }

 span { border-color: rgb(238,174,11); }

 td.TdClassName
 {
   border-color: #EEAE0B;
 }
 .TagClassName
 {
   border-color: #EEAE0B;
 }
</style>