Html Css Color HEX #EAAD00 Orange

📋 copy color: '#EAAD00'

red 234 ◦ green 173 ◦ blue 0

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

Shades of Orange #EAAD00

Tints of Orange #EAAD00

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.51%

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

R = 57.49%
G = 42.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EAAD00 (or 0xEAAD00) is known color: Orange. HEX triplet: EA, AD and 00. RGB value is (234,173,0). Sum of RGB (Red+Green+Blue) = 234+173+0=407 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.49% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 0 (0.39% from 255 or 0% from 407); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAD00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAD00 is #1552FF. Grayscale: #ACACAC. Windows color (decimal): -1397504 or 44522. OLE color: 44522.

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

Color convert

RGB 234 173 0 -
CMYK 0 0.26 1 0.08
HSL 44.36º 1% 0.46% -
HSV(B) 44.36º 1% 0.92% -
XYZ 48.88 47.38 6.57 -
YUV 171.52 31.21 172.57 -
System Red Green Blue C M Y K H S L
Decimal 234 173 0 0 0.26 1 0.08 44.36 1 0.46
Hex EA AD 0 0 1A 64 8 2C 64 2E
Octal 352 255 0 0 32 144 10 54 144 56
Binary 11101010 10101101 0 0 11010 1100100 1000 101100 1100100 101110

Color Harmonies of #EAAD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAD00

Black with #EAAD00

Text Example


Text Example

White with #EAAD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAD00; }

 p { color: rgb(234,173,0); }

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

background-color css

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

 a { background-color: rgb(234,173,0); }

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

border-color css

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

 span { border-color: rgb(234,173,0); }

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