Html Css Color HEX #EEAB00 Orange

📋 copy color: '#EEAB00'

red 238 ◦ green 171 ◦ blue 0

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

Shades of Orange #EEAB00

Tints of Orange #EEAB00

RGB

 RED value IS 238 (93.36% from 255) = 58.19%

 GREEN value IS 171 (67.19% from 255) = 41.81%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.19%
G = 41.81%
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

#EEAB00 (or 0xEEAB00) is known color: Orange. HEX triplet: EE, AB and 00. RGB value is (238,171,0). Sum of RGB (Red+Green+Blue) = 238+171+0=409 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.19% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAB00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEAB00 is #1154FF. Grayscale: #ACACAC. Windows color (decimal): -1135872 or 44014. OLE color: 44014.

HSL color Cylindrical-coordinate representation of color #EEAB00: hue angle of 43.11º 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 #EEAB00 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 171 0 -
CMYK 0 0.28 1 0.07
HSL 43.11º 1% 0.47% -
HSV(B) 43.11º 1% 0.93% -
XYZ 49.82 47.3 6.5 -
YUV 171.54 31.2 175.4 -
System Red Green Blue C M Y K H S L
Decimal 238 171 0 0 0.28 1 0.07 43.11 1 0.47
Hex EE AB 0 0 1C 64 7 2B 64 2F
Octal 356 253 0 0 34 144 7 53 144 57
Binary 11101110 10101011 0 0 11100 1100100 111 101011 1100100 101111

Color Harmonies of #EEAB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAB00

Black with #EEAB00

Text Example


Text Example

White with #EEAB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAB00; }

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

 H1.HeaderClassName
 {
   color: #EEAB00;
 }
 .AnyTagClassName
 {
   color: #EEAB00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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