Html Css Color HEX #EADB09 Golden Yellow

📋 copy color: '#EADB09'

red 234 ◦ green 219 ◦ blue 9

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

Shades of Golden Yellow #EADB09

Tints of Golden Yellow #EADB09

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.4%

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

R = 50.65%
G = 47.4%
B = 1.95%

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

#EADB09 (or 0xEADB09) is known color: Golden Yellow. HEX triplet: EA, DB and 09. RGB value is (234,219,9). Sum of RGB (Red+Green+Blue) = 234+219+9=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 9 (3.91% from 255 or 1.95% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADB09 is #1524F6. Grayscale: #C8C8C8. Windows color (decimal): -1385719 or 646122. OLE color: 646122.

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

Color convert

RGB 234 219 9 -
CMYK 0 0.06 0.96 0.08
HSL 56º 0.93% 0.48% -
HSV(B) 56º 0.96% 0.92% -
XYZ 59.31 68.18 10.29 -
YUV 199.55 20.47 152.58 -
System Red Green Blue C M Y K H S L
Decimal 234 219 9 0 0.06 0.96 0.08 56 0.93 0.48
Hex EA DB 9 0 6 60 8 38 5D 30
Octal 352 333 11 0 6 140 10 70 135 60
Binary 11101010 11011011 1001 0 110 1100000 1000 111000 1011101 110000

Color Harmonies of #EADB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB09

Black with #EADB09

Text Example


Text Example

White with #EADB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB09; }

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

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

background-color css

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

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

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

border-color css

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

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

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