#EFDC02

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

Shades of Golden Yellow #EFDC02

Tints of Golden Yellow #EFDC02

Color information

#EFDC02 (or 0xEFDC02) is unknown color: approx Golden Yellow. HEX triplet: EF, DC and 02. RGB value is (239,220,2). Sum of RGB (Red+Green+Blue) = 239+220+2=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 2 (1.17% from 255 or 0.43% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDC02 is #1023FD. Grayscale: #C9C9C9. Windows color (decimal): -1057790 or 187631. OLE color: 187631.

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

Color convert

RGB2392202-
CMYK00.080.990.06
HSL55.19º98.34%47.25%-
HSV(B)55.19º99.16%93.73%-
XYZ61.269.5410.25-
YUV200.8315.79155.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.84%
GREEN value IS 220 (86.33% from 255) = 47.72%
BLUE value IS 2 (1.17% from 255) = 0.43%
R=51.84%
G=47.72%
B=0.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.99
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239220200.080.990.0655.1998.3447.25
HexEFDC20863637622f
Octal357334201014366714257
Binary1110111111011100100100011000111101101111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDC02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDC02; }

 p { color: rgb(239,220,2); }

 H1.HeaderClassName
 {
   color: #EFDC02;
 }
 .AnyTagClassName
 {
   color: #EFDC02;
 }
</style>
background-color css

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

 a { background-color: rgb(239,220,2); }

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

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

 span { border-color: rgb(239,220,2); }

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