#EFDE06

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

Shades of Golden Yellow #EFDE06

Tints of Golden Yellow #EFDE06

Color information

#EFDE06 (or 0xEFDE06) is unknown color: approx Golden Yellow. HEX triplet: EF, DE and 06. RGB value is (239,222,6). Sum of RGB (Red+Green+Blue) = 239+222+6=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 222 (87.11% from 255 or 47.54% from 467); Blue value is 6 (2.73% from 255 or 1.28% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDE06 is #1021F9. Grayscale: #CBCBCB. Windows color (decimal): -1057274 or 450287. OLE color: 450287.

HSL color Cylindrical-coordinate representation of color #EFDE06: hue angle of 55.62º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EFDE06 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB2392226-
CMYK00.070.970.06
HSL55.62º95.1%48.04%-
HSV(B)55.62º97.49%93.73%-
XYZ61.7570.6110.55-
YUV202.4617.13154.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.18%
GREEN value IS 222 (87.11% from 255) = 47.54%
BLUE value IS 6 (2.73% from 255) = 1.28%
R=51.18%
G=47.54%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.97
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239222600.070.970.0655.6295.148.04
HexEFDE607616385f30
Octal35733660714167013760
Binary1110111111011110110011111000011101110001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDE06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDE06; }

 p { color: rgb(239,222,6); }

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

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

 a { background-color: rgb(239,222,6); }

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

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

 span { border-color: rgb(239,222,6); }

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