Html Css Color HEX #EEAA01 Orange

📋 copy color: '#EEAA01'

red 238 ◦ green 170 ◦ blue 1

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

Shades of Orange #EEAA01

Tints of Orange #EEAA01

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.56%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 58.19%
G = 41.56%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EEAA01 (or 0xEEAA01) is known color: Orange. HEX triplet: EE, AA and 01. RGB value is (238,170,1). Sum of RGB (Red+Green+Blue) = 238+170+1=409 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.19% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 1 (0.78% from 255 or 0.24% from 409); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAA01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEAA01 is #1155FE. Grayscale: #ABABAB. Windows color (decimal): -1136127 or 109294. OLE color: 109294.

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

Color convert

RGB 238 170 1 -
CMYK 0 0.29 1.00 0.07
HSL 42.78º 0.99% 0.47% -
HSV(B) 42.78º 1% 0.93% -
XYZ 49.64 46.93 6.47 -
YUV 171.07 32.03 175.74 -
System Red Green Blue C M Y K H S L
Decimal 238 170 1 0 0.29 1.00 0.07 42.78 0.99 0.47
Hex EE AA 1 0 1D 64 7 2B 63 2F
Octal 356 252 1 0 35 144 7 53 143 57
Binary 11101110 10101010 1 0 11101 1100100 111 101011 1100011 101111

Color Harmonies of #EEAA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAA01

Black with #EEAA01

Text Example


Text Example

White with #EEAA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAA01; }

 p { color: rgb(238,170,1); }

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

background-color css

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

 a { background-color: rgb(238,170,1); }

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

border-color css

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

 span { border-color: rgb(238,170,1); }

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