#EBC07F

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

Shades of Corvette #EBC07F

Tints of Corvette #EBC07F

Color information

#EBC07F (or 0xEBC07F) is unknown color: approx Corvette. HEX triplet: EB, C0 and 7F. RGB value is (235,192,127). Sum of RGB (Red+Green+Blue) = 235+192+127=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 127 (50% from 255 or 22.92% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC07F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC07F is #143F80. Grayscale: #C5C5C5. Windows color (decimal): -1326977 or 8372459. OLE color: 8372459.

HSL color Cylindrical-coordinate representation of color #EBC07F: hue angle of 36.11º 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 #EBC07F is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB235192127-
CMYK00.180.460.08
HSL36.11º72.97%70.98%-
HSV(B)36.11º45.96%92.16%-
XYZ56.9456.8928.06-
YUV197.4588.25154.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.42%
GREEN value IS 192 (75.39% from 255) = 34.66%
BLUE value IS 127 (50% from 255) = 22.92%
R=42.42%
G=34.66%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519212700.180.460.0836.1172.9770.98
HexEBC07F0122E8244947
Octal353300177022561044111107
Binary11101011110000001111111010010101110100010010010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC07F; }

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

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

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

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

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

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

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

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