Html Css Color HEX #EADB08 Golden Yellow

📋 copy color: '#EADB08'

red 234 ◦ green 219 ◦ blue 8

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

Shades of Golden Yellow #EADB08

Tints of Golden Yellow #EADB08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.74%

R = 50.76%
G = 47.51%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EADB08 (or 0xEADB08) is known color: Golden Yellow. HEX triplet: EA, DB and 08. RGB value is (234,219,8). Sum of RGB (Red+Green+Blue) = 234+219+8=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 8 (3.52% from 255 or 1.74% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADB08 is #1524F7. Grayscale: #C8C8C8. Windows color (decimal): -1385720 or 580586. OLE color: 580586.

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

Color convert

RGB 234 219 8 -
CMYK 0 0.06 0.97 0.08
HSL 56.02º 0.93% 0.47% -
HSV(B) 56.02º 0.97% 0.92% -
XYZ 59.31 68.17 10.26 -
YUV 199.43 19.97 152.66 -
System Red Green Blue C M Y K H S L
Decimal 234 219 8 0 0.06 0.97 0.08 56.02 0.93 0.47
Hex EA DB 8 0 6 61 8 38 5D 2F
Octal 352 333 10 0 6 141 10 70 135 57
Binary 11101010 11011011 1000 0 110 1100001 1000 111000 1011101 101111

Color Harmonies of #EADB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB08

Black with #EADB08

Text Example


Text Example

White with #EADB08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB08; }

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

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

background-color css

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

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

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

border-color css

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

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

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