Html Css Color HEX #EEAC01 Orange

📋 copy color: '#EEAC01'

red 238 ◦ green 172 ◦ blue 1

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

Shades of Orange #EEAC01

Tints of Orange #EEAC01

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.85%

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

R = 57.91%
G = 41.85%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EEAC01 (or 0xEEAC01) is known color: Orange. HEX triplet: EE, AC and 01. RGB value is (238,172,1). Sum of RGB (Red+Green+Blue) = 238+172+1=411 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.91% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 1 (0.78% from 255 or 0.24% from 411); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAC01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEAC01 is #1153FE. Grayscale: #ACACAC. Windows color (decimal): -1135615 or 109806. OLE color: 109806.

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

Color convert

RGB 238 172 1 -
CMYK 0 0.28 1.00 0.07
HSL 43.29º 0.99% 0.47% -
HSV(B) 43.29º 1% 0.93% -
XYZ 50.02 47.68 6.6 -
YUV 172.24 31.37 174.9 -
System Red Green Blue C M Y K H S L
Decimal 238 172 1 0 0.28 1.00 0.07 43.29 0.99 0.47
Hex EE AC 1 0 1C 64 7 2B 63 2F
Octal 356 254 1 0 34 144 7 53 143 57
Binary 11101110 10101100 1 0 11100 1100100 111 101011 1100011 101111

Color Harmonies of #EEAC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAC01

Black with #EEAC01

Text Example


Text Example

White with #EEAC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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