Html Css Color HEX #EEAC00 Orange

📋 copy color: '#EEAC00'

red 238 ◦ green 172 ◦ blue 0

#EEAC00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange #EEAC00

Tints of Orange #EEAC00

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 value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EEAC00 (or 0xEEAC00) is known color: 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

RGB 238 172 0 -
CMYK 0 0.28 1 0.07
HSL 43.36º 1% 0.47% -
HSV(B) 43.36º 1% 0.93% -
XYZ 50.01 47.68 6.57 -
YUV 172.13 30.87 174.99 -
System Red Green Blue C M Y K H S L
Decimal 238 172 0 0 0.28 1 0.07 43.36 1 0.47
Hex EE AC 0 0 1C 64 7 2B 64 2F
Octal 356 254 0 0 34 144 7 53 144 57
Binary 11101110 10101100 0 0 11100 1100100 111 101011 1100100 101111

Color Harmonies of #EEAC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAC00

Black with #EEAC00

Text Example


Text Example

White with #EEAC00

Text Example


Text Example

HTML Codes & Css Web 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>