Html Css Color HEX #EADB04 Golden Yellow

📋 copy color: '#EADB04'

red 234 ◦ green 219 ◦ blue 4

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

Shades of Golden Yellow #EADB04

Tints of Golden Yellow #EADB04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.88%

R = 51.2%
G = 47.92%
B = 0.88%

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

#EADB04 (or 0xEADB04) is known color: Golden Yellow. HEX triplet: EA, DB and 04. RGB value is (234,219,4). Sum of RGB (Red+Green+Blue) = 234+219+4=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 4 (1.95% from 255 or 0.88% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADB04 is #1524FB. Grayscale: #C7C7C7. Windows color (decimal): -1385724 or 318442. OLE color: 318442.

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

Color convert

RGB 234 219 4 -
CMYK 0 0.06 0.98 0.08
HSL 56.09º 0.97% 0.47% -
HSV(B) 56.09º 0.98% 0.92% -
XYZ 59.29 68.16 10.15 -
YUV 198.98 17.97 152.98 -
System Red Green Blue C M Y K H S L
Decimal 234 219 4 0 0.06 0.98 0.08 56.09 0.97 0.47
Hex EA DB 4 0 6 62 8 38 61 2F
Octal 352 333 4 0 6 142 10 70 141 57
Binary 11101010 11011011 100 0 110 1100010 1000 111000 1100001 101111

Color Harmonies of #EADB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB04

Black with #EADB04

Text Example


Text Example

White with #EADB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB04; }

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

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

background-color css

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

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

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

border-color css

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

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

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