Html Css Color HEX #EAAC01 Orange

📋 copy color: '#EAAC01'

red 234 ◦ green 172 ◦ blue 1

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

Shades of Orange #EAAC01

Tints of Orange #EAAC01

RGB

 RED value IS 234 (91.8% from 255) = 57.49%

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

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

R = 57.49%
G = 42.26%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EAAC01 (or 0xEAAC01) is known color: Orange. HEX triplet: EA, AC and 01. RGB value is (234,172,1). Sum of RGB (Red+Green+Blue) = 234+172+1=407 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.49% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 1 (0.78% from 255 or 0.25% from 407); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAC01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAC01 is #1553FE. Grayscale: #ABABAB. Windows color (decimal): -1397759 or 109802. OLE color: 109802.

HSL color Cylindrical-coordinate representation of color #EAAC01: hue angle of 44.03º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EAAC01 is Cyan = 0, Magento = 0.26, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 172 1 -
CMYK 0 0.26 1.00 0.08
HSL 44.03º 0.99% 0.46% -
HSV(B) 44.03º 1% 0.92% -
XYZ 48.69 47 6.53 -
YUV 171.04 32.04 172.9 -
System Red Green Blue C M Y K H S L
Decimal 234 172 1 0 0.26 1.00 0.08 44.03 0.99 0.46
Hex EA AC 1 0 1A 64 8 2C 63 2E
Octal 352 254 1 0 32 144 10 54 143 56
Binary 11101010 10101100 1 0 11010 1100100 1000 101100 1100011 101110

Color Harmonies of #EAAC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAC01

Black with #EAAC01

Text Example


Text Example

White with #EAAC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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