#EBBD88

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

Shades of Corvette #EBBD88

Tints of Corvette #EBBD88

Color information

#EBBD88 (or 0xEBBD88) is unknown color: approx Corvette. HEX triplet: EB, BD and 88. RGB value is (235,189,136). Sum of RGB (Red+Green+Blue) = 235+189+136=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 136 (53.52% from 255 or 24.29% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBD88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBD88 is #144277. Grayscale: #C4C4C4. Windows color (decimal): -1327736 or 8961515. OLE color: 8961515.

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

Color convert

RGB235189136-
CMYK00.200.420.08
HSL32.12º71.22%72.75%-
HSV(B)32.12º42.13%92.16%-
XYZ56.955.8331.07-
YUV196.7193.74155.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.96%
GREEN value IS 189 (74.22% from 255) = 33.75%
BLUE value IS 136 (53.52% from 255) = 24.29%
R=41.96%
G=33.75%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518913600.200.420.0832.1271.2272.75
HexEBBD880142A8204749
Octal353275210024521040107111
Binary111010111011110110001000010100101010100010000010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBD88; }

 p { color: rgb(235,189,136); }

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

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

 a { background-color: rgb(235,189,136); }

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

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

 span { border-color: rgb(235,189,136); }

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