Html Css Color HEX #EEA200 Orange

📋 copy color: '#EEA200'

red 238 ◦ green 162 ◦ blue 0

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

Shades of Orange #EEA200

Tints of Orange #EEA200

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.5%

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

R = 59.5%
G = 40.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EEA200 (or 0xEEA200) is known color: Orange. HEX triplet: EE, A2 and 00. RGB value is (238,162,0). Sum of RGB (Red+Green+Blue) = 238+162+0=400 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.5% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA200 is #115DFF. Grayscale: #A6A6A6. Windows color (decimal): -1138176 or 41710. OLE color: 41710.

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

Color convert

RGB 238 162 0 -
CMYK 0 0.32 1 0.07
HSL 40.84º 1% 0.47% -
HSV(B) 40.84º 1% 0.93% -
XYZ 48.18 44.02 5.96 -
YUV 166.26 34.18 179.17 -
System Red Green Blue C M Y K H S L
Decimal 238 162 0 0 0.32 1 0.07 40.84 1 0.47
Hex EE A2 0 0 20 64 7 29 64 2F
Octal 356 242 0 0 40 144 7 51 144 57
Binary 11101110 10100010 0 0 100000 1100100 111 101001 1100100 101111

Color Harmonies of #EEA200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA200

Black with #EEA200

Text Example


Text Example

White with #EEA200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA200; }

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

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

background-color css

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

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

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

border-color css

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

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

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