Html Css Color HEX #EADC09 Golden Yellow

📋 copy color: '#EADC09'

red 234 ◦ green 220 ◦ blue 9

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

Shades of Golden Yellow #EADC09

Tints of Golden Yellow #EADC09

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.52%

 BLUE value IS 9 (3.91% from 255) = 1.94%

R = 50.54%
G = 47.52%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EADC09 (or 0xEADC09) is known color: Golden Yellow. HEX triplet: EA, DC and 09. RGB value is (234,220,9). Sum of RGB (Red+Green+Blue) = 234+220+9=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 9 (3.91% from 255 or 1.94% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADC09 is #1523F6. Grayscale: #C8C8C8. Windows color (decimal): -1385463 or 646378. OLE color: 646378.

HSL color Cylindrical-coordinate representation of color #EADC09: hue angle of 56.27º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EADC09 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 220 9 -
CMYK 0 0.06 0.96 0.08
HSL 56.27º 0.93% 0.48% -
HSV(B) 56.27º 0.96% 0.92% -
XYZ 59.57 68.7 10.38 -
YUV 200.13 20.14 152.16 -
System Red Green Blue C M Y K H S L
Decimal 234 220 9 0 0.06 0.96 0.08 56.27 0.93 0.48
Hex EA DC 9 0 6 60 8 38 5D 30
Octal 352 334 11 0 6 140 10 70 135 60
Binary 11101010 11011100 1001 0 110 1100000 1000 111000 1011101 110000

Color Harmonies of #EADC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADC09

Black with #EADC09

Text Example


Text Example

White with #EADC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADC09; }

 p { color: rgb(234,220,9); }

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

background-color css

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

 a { background-color: rgb(234,220,9); }

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

border-color css

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

 span { border-color: rgb(234,220,9); }

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