Html Css Color HEX #EADB05 Golden Yellow

📋 copy color: '#EADB05'

red 234 ◦ green 219 ◦ blue 5

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

Shades of Golden Yellow #EADB05

Tints of Golden Yellow #EADB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.09%

R = 51.09%
G = 47.82%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EADB05 (or 0xEADB05) is known color: Golden Yellow. HEX triplet: EA, DB and 05. RGB value is (234,219,5). Sum of RGB (Red+Green+Blue) = 234+219+5=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 5 (2.34% from 255 or 1.09% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADB05 is #1524FA. Grayscale: #C7C7C7. Windows color (decimal): -1385723 or 383978. OLE color: 383978.

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

Color convert

RGB 234 219 5 -
CMYK 0 0.06 0.98 0.08
HSL 56.07º 0.96% 0.47% -
HSV(B) 56.07º 0.98% 0.92% -
XYZ 59.29 68.17 10.18 -
YUV 199.09 18.47 152.9 -
System Red Green Blue C M Y K H S L
Decimal 234 219 5 0 0.06 0.98 0.08 56.07 0.96 0.47
Hex EA DB 5 0 6 62 8 38 60 2F
Octal 352 333 5 0 6 142 10 70 140 57
Binary 11101010 11011011 101 0 110 1100010 1000 111000 1100000 101111

Color Harmonies of #EADB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB05

Black with #EADB05

Text Example


Text Example

White with #EADB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB05; }

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

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

background-color css

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

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

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

border-color css

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

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

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