#EADF04

Color #EADF04 Golden Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Yellow #EADF04

Tints of Golden Yellow #EADF04

Color information

#EADF04 (or 0xEADF04) is unknown color: approx 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

RGB2342234-
CMYK00.050.980.08
HSL57.13º96.64%46.67%-
HSV(B)57.13º98.29%91.76%-
XYZ60.3470.2810.5-
YUV201.3216.64151.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% 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 (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.98
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234223400.050.980.0857.1396.6446.67
HexEADF40562839612f
Octal352337405142107114157
Binary11101010110111111000101110001010001110011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADF04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>