Html Css Color HEX #EEA400 Orange

📋 copy color: '#EEA400'

red 238 ◦ green 164 ◦ blue 0

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

Shades of Orange #EEA400

Tints of Orange #EEA400

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.8%

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

R = 59.2%
G = 40.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EEA400 (or 0xEEA400) is known color: Orange. HEX triplet: EE, A4 and 00. RGB value is (238,164,0). Sum of RGB (Red+Green+Blue) = 238+164+0=402 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.20% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA400 is #115BFF. Grayscale: #A8A8A8. Windows color (decimal): -1137664 or 42222. OLE color: 42222.

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

Color convert

RGB 238 164 0 -
CMYK 0 0.31 1 0.07
HSL 41.34º 1% 0.47% -
HSV(B) 41.34º 1% 0.93% -
XYZ 48.54 44.73 6.08 -
YUV 167.43 33.52 178.34 -
System Red Green Blue C M Y K H S L
Decimal 238 164 0 0 0.31 1 0.07 41.34 1 0.47
Hex EE A4 0 0 1F 64 7 29 64 2F
Octal 356 244 0 0 37 144 7 51 144 57
Binary 11101110 10100100 0 0 11111 1100100 111 101001 1100100 101111

Color Harmonies of #EEA400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA400

Black with #EEA400

Text Example


Text Example

White with #EEA400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA400; }

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

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

background-color css

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

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

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

border-color css

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

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

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