Html Css Color HEX #EADD09 Golden Yellow

📋 copy color: '#EADD09'

red 234 ◦ green 221 ◦ blue 9

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

Shades of Golden Yellow #EADD09

Tints of Golden Yellow #EADD09

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.63%

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

R = 50.43%
G = 47.63%
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

#EADD09 (or 0xEADD09) is known color: Golden Yellow. HEX triplet: EA, DD and 09. RGB value is (234,221,9). Sum of RGB (Red+Green+Blue) = 234+221+9=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 9 (3.91% from 255 or 1.94% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADD09 is #1522F6. Grayscale: #C9C9C9. Windows color (decimal): -1385207 or 646634. OLE color: 646634.

HSL color Cylindrical-coordinate representation of color #EADD09: hue angle of 56.53º 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 #EADD09 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 221 9 -
CMYK 0 0.06 0.96 0.08
HSL 56.53º 0.93% 0.48% -
HSV(B) 56.53º 0.96% 0.92% -
XYZ 59.84 69.23 10.47 -
YUV 200.72 19.81 151.74 -
System Red Green Blue C M Y K H S L
Decimal 234 221 9 0 0.06 0.96 0.08 56.53 0.93 0.48
Hex EA DD 9 0 6 60 8 39 5D 30
Octal 352 335 11 0 6 140 10 71 135 60
Binary 11101010 11011101 1001 0 110 1100000 1000 111001 1011101 110000

Color Harmonies of #EADD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD09

Black with #EADD09

Text Example


Text Example

White with #EADD09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD09; }

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

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

background-color css

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

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

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

border-color css

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

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

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