#EEAC00

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

Shades of Orange #EEAC00

Tints of Orange #EEAC00

Color information

#EEAC00 (or 0xEEAC00) is unknown color: approx Orange. HEX triplet: EE, AC and 00. RGB value is (238,172,0). Sum of RGB (Red+Green+Blue) = 238+172+0=410 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.05% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 0 (0.39% from 255 or 0% from 410); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAC00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEAC00 is #1153FF. Grayscale: #ACACAC. Windows color (decimal): -1135616 or 44270. OLE color: 44270.

HSL color Cylindrical-coordinate representation of color #EEAC00: hue angle of 43.36º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EEAC00 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB2381720-
CMYK00.2810.07
HSL43.36º100%46.67%-
HSV(B)43.36º100%93.33%-
XYZ50.0147.686.57-
YUV172.1330.87174.99-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 58.05%
GREEN value IS 172 (67.58% from 255) = 41.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.05%
G=41.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238172000.2810.0743.3610046.67
HexEEAC001C6472b642f
Octal356254003414475314457
Binary1110111010101100001110011001001111010111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAC00; }

 p { color: rgb(238,172,0); }

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

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

 a { background-color: rgb(238,172,0); }

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

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

 span { border-color: rgb(238,172,0); }

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