Html Css Color HEX #EEA800 Orange

📋 copy color: '#EEA800'

red 238 ◦ green 168 ◦ blue 0

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

Shades of Orange #EEA800

Tints of Orange #EEA800

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.38%

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

R = 58.62%
G = 41.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EEA800 (or 0xEEA800) is known color: Orange. HEX triplet: EE, A8 and 00. RGB value is (238,168,0). Sum of RGB (Red+Green+Blue) = 238+168+0=406 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.62% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 0 (0.39% from 255 or 0% from 406); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA800 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA800 is #1157FF. Grayscale: #AAAAAA. Windows color (decimal): -1136640 or 43246. OLE color: 43246.

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

Color convert

RGB 238 168 0 -
CMYK 0 0.29 1 0.07
HSL 42.35º 1% 0.47% -
HSV(B) 42.35º 1% 0.93% -
XYZ 49.26 46.18 6.32 -
YUV 169.78 32.19 176.66 -
System Red Green Blue C M Y K H S L
Decimal 238 168 0 0 0.29 1 0.07 42.35 1 0.47
Hex EE A8 0 0 1D 64 7 2A 64 2F
Octal 356 250 0 0 35 144 7 52 144 57
Binary 11101110 10101000 0 0 11101 1100100 111 101010 1100100 101111

Color Harmonies of #EEA800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA800

Black with #EEA800

Text Example


Text Example

White with #EEA800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA800; }

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

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

background-color css

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

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

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

border-color css

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

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

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