Html Css Color HEX #EADE04 Golden Yellow

📋 copy color: '#EADE04'

red 234 ◦ green 222 ◦ blue 4

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

Shades of Golden Yellow #EADE04

Tints of Golden Yellow #EADE04

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.26%

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

R = 50.87%
G = 48.26%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EADE04 (or 0xEADE04) is known color: Golden Yellow. HEX triplet: EA, DE and 04. RGB value is (234,222,4). Sum of RGB (Red+Green+Blue) = 234+222+4=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 4 (1.95% from 255 or 0.87% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADE04 is #1521FB. Grayscale: #C9C9C9. Windows color (decimal): -1384956 or 319210. OLE color: 319210.

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

Color convert

RGB 234 222 4 -
CMYK 0 0.05 0.98 0.08
HSL 56.87º 0.97% 0.47% -
HSV(B) 56.87º 0.98% 0.92% -
XYZ 60.07 69.74 10.41 -
YUV 200.74 16.98 151.73 -
System Red Green Blue C M Y K H S L
Decimal 234 222 4 0 0.05 0.98 0.08 56.87 0.97 0.47
Hex EA DE 4 0 5 62 8 39 61 2F
Octal 352 336 4 0 5 142 10 71 141 57
Binary 11101010 11011110 100 0 101 1100010 1000 111001 1100001 101111

Color Harmonies of #EADE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADE04

Black with #EADE04

Text Example


Text Example

White with #EADE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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