#EBDA07

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

Shades of Golden Yellow #EBDA07

Tints of Golden Yellow #EBDA07

Color information

#EBDA07 (or 0xEBDA07) is unknown color: approx Golden Yellow. HEX triplet: EB, DA and 07. RGB value is (235,218,7). Sum of RGB (Red+Green+Blue) = 235+218+7=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 7 (3.12% from 255 or 1.52% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDA07 is #1425F8. Grayscale: #C7C7C7. Windows color (decimal): -1320441 or 514795. OLE color: 514795.

HSL color Cylindrical-coordinate representation of color #EBDA07: hue angle of 55.53º degrees, saturation: 0.94, 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 #EBDA07 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB2352187-
CMYK00.070.970.08
HSL55.53º94.21%47.45%-
HSV(B)55.53º97.02%92.16%-
XYZ59.3767.8210.16-
YUV199.0319.63153.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.09%
GREEN value IS 218 (85.55% from 255) = 47.39%
BLUE value IS 7 (3.12% from 255) = 1.52%
R=51.09%
G=47.39%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.97
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235218700.070.970.0855.5394.2147.45
HexEBDA707618385e2f
Octal353332707141107013657
Binary11101011110110101110111110000110001110001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDA07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDA07; }

 p { color: rgb(235,218,7); }

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

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

 a { background-color: rgb(235,218,7); }

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

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

 span { border-color: rgb(235,218,7); }

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