#EBBB7D

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

Shades of Corvette #EBBB7D

Tints of Corvette #EBBB7D

Color information

#EBBB7D (or 0xEBBB7D) is unknown color: approx Corvette. HEX triplet: EB, BB and 7D. RGB value is (235,187,125). Sum of RGB (Red+Green+Blue) = 235+187+125=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBB7D is #144482. Grayscale: #C2C2C2. Windows color (decimal): -1328259 or 8240107. OLE color: 8240107.

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

Color convert

RGB235187125-
CMYK00.200.470.08
HSL33.82º73.33%70.59%-
HSV(B)33.82º46.81%92.16%-
XYZ55.7354.6827.02-
YUV194.2888.9157.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.96%
GREEN value IS 187 (73.44% from 255) = 34.19%
BLUE value IS 125 (49.22% from 255) = 22.85%
R=42.96%
G=34.19%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518712500.200.470.0833.8273.3370.59
HexEBBB7D0142F8224947
Octal353273175024571042111107
Binary11101011101110111111101010100101111100010001010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBB7D; }

 p { color: rgb(235,187,125); }

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

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

 a { background-color: rgb(235,187,125); }

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

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

 span { border-color: rgb(235,187,125); }

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