Html Css Color HEX #EEA801 Orange

📋 copy color: '#EEA801'

red 238 ◦ green 168 ◦ blue 1

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

Shades of Orange #EEA801

Tints of Orange #EEA801

RGB

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

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

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

R = 58.48%
G = 41.28%
B = 0.25%

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

#EEA801 (or 0xEEA801) is known color: Orange. HEX triplet: EE, A8 and 01. RGB value is (238,168,1). Sum of RGB (Red+Green+Blue) = 238+168+1=407 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.48% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 1 (0.78% from 255 or 0.25% from 407); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA801 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA801 is #1157FE. Grayscale: #AAAAAA. Windows color (decimal): -1136639 or 108782. OLE color: 108782.

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

Color convert

RGB 238 168 1 -
CMYK 0 0.29 1.00 0.07
HSL 42.28º 0.99% 0.47% -
HSV(B) 42.28º 1% 0.93% -
XYZ 49.27 46.18 6.35 -
YUV 169.89 32.69 176.58 -
System Red Green Blue C M Y K H S L
Decimal 238 168 1 0 0.29 1.00 0.07 42.28 0.99 0.47
Hex EE A8 1 0 1D 64 7 2A 63 2F
Octal 356 250 1 0 35 144 7 52 143 57
Binary 11101110 10101000 1 0 11101 1100100 111 101010 1100011 101111

Color Harmonies of #EEA801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA801

Black with #EEA801

Text Example


Text Example

White with #EEA801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA801; }

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

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

background-color css

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

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

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

border-color css

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

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

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