#EBE07F

Color #EBE07F Light Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Goldenrod #EBE07F

Tints of Light Goldenrod #EBE07F

Color information

#EBE07F (or 0xEBE07F) is unknown color: approx Light Goldenrod. HEX triplet: EB, E0 and 7F. RGB value is (235,224,127). Sum of RGB (Red+Green+Blue) = 235+224+127=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 127 (50% from 255 or 21.67% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE07F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE07F is #141F80. Grayscale: #D8D8D8. Windows color (decimal): -1318785 or 8380651. OLE color: 8380651.

HSL color Cylindrical-coordinate representation of color #EBE07F: hue angle of 53.89º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EBE07F is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB235224127-
CMYK00.050.460.08
HSL53.89º72.97%70.98%-
HSV(B)53.89º45.96%92.16%-
XYZ64.7572.5130.66-
YUV216.2377.64141.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.10%
GREEN value IS 224 (87.89% from 255) = 38.23%
BLUE value IS 127 (50% from 255) = 21.67%
R=40.10%
G=38.23%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522412700.050.460.0853.8972.9770.98
HexEBE07F052E8364947
Octal35334017705561066111107
Binary111010111110000011111110101101110100011011010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE07F; }

 p { color: rgb(235,224,127); }

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

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

 a { background-color: rgb(235,224,127); }

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

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

 span { border-color: rgb(235,224,127); }

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