#EBDD06

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

Shades of Golden Yellow #EBDD06

Tints of Golden Yellow #EBDD06

Color information

#EBDD06 (or 0xEBDD06) is unknown color: approx Golden Yellow. HEX triplet: EB, DD and 06. RGB value is (235,221,6). Sum of RGB (Red+Green+Blue) = 235+221+6=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 6 (2.73% from 255 or 1.30% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDD06 is #1422F9. Grayscale: #C9C9C9. Windows color (decimal): -1319674 or 450027. OLE color: 450027.

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

Color convert

RGB2352216-
CMYK00.060.970.08
HSL56.33º95.02%47.25%-
HSV(B)56.33º97.45%92.16%-
XYZ60.1569.3910.4-
YUV200.6818.14152.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.87%
GREEN value IS 221 (86.72% from 255) = 47.84%
BLUE value IS 6 (2.73% from 255) = 1.30%
R=50.87%
G=47.84%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.97
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235221600.060.970.0856.3395.0247.25
HexEBDD606618385f2f
Octal353335606141107013757
Binary11101011110111011100110110000110001110001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDD06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDD06; }

 p { color: rgb(235,221,6); }

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

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

 a { background-color: rgb(235,221,6); }

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

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

 span { border-color: rgb(235,221,6); }

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