Html Css Color HEX #EADA09 Golden Yellow

📋 copy color: '#EADA09'

red 234 ◦ green 218 ◦ blue 9

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

Shades of Golden Yellow #EADA09

Tints of Golden Yellow #EADA09

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.29%

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

R = 50.76%
G = 47.29%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EADA09 (or 0xEADA09) is known color: Golden Yellow. HEX triplet: EA, DA and 09. RGB value is (234,218,9). Sum of RGB (Red+Green+Blue) = 234+218+9=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 9 (3.91% from 255 or 1.95% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADA09 is #1525F6. Grayscale: #C7C7C7. Windows color (decimal): -1385975 or 645866. OLE color: 645866.

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

Color convert

RGB 234 218 9 -
CMYK 0 0.07 0.96 0.08
HSL 55.73º 0.93% 0.48% -
HSV(B) 55.73º 0.96% 0.92% -
XYZ 59.05 67.65 10.2 -
YUV 198.96 20.8 152.99 -
System Red Green Blue C M Y K H S L
Decimal 234 218 9 0 0.07 0.96 0.08 55.73 0.93 0.48
Hex EA DA 9 0 7 60 8 38 5D 30
Octal 352 332 11 0 7 140 10 70 135 60
Binary 11101010 11011010 1001 0 111 1100000 1000 111000 1011101 110000

Color Harmonies of #EADA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADA09

Black with #EADA09

Text Example


Text Example

White with #EADA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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