Html Css Color HEX #EADF04 Golden Yellow

📋 copy color: '#EADF04'

red 234 ◦ green 223 ◦ blue 4

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

Shades of Golden Yellow #EADF04

Tints of Golden Yellow #EADF04

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.37%

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

R = 50.76%
G = 48.37%
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

#EADF04 (or 0xEADF04) is known color: Golden Yellow. HEX triplet: EA, DF and 04. RGB value is (234,223,4). Sum of RGB (Red+Green+Blue) = 234+223+4=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 4 (1.95% from 255 or 0.87% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADF04 is #1520FB. Grayscale: #CACACA. Windows color (decimal): -1384700 or 319466. OLE color: 319466.

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

Color convert

RGB 234 223 4 -
CMYK 0 0.05 0.98 0.08
HSL 57.13º 0.97% 0.47% -
HSV(B) 57.13º 0.98% 0.92% -
XYZ 60.34 70.28 10.5 -
YUV 201.32 16.64 151.31 -
System Red Green Blue C M Y K H S L
Decimal 234 223 4 0 0.05 0.98 0.08 57.13 0.97 0.47
Hex EA DF 4 0 5 62 8 39 61 2F
Octal 352 337 4 0 5 142 10 71 141 57
Binary 11101010 11011111 100 0 101 1100010 1000 111001 1100001 101111

Color Harmonies of #EADF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADF04

Black with #EADF04

Text Example


Text Example

White with #EADF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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