#EDBB88

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

Shades of Corvette #EDBB88

Tints of Corvette #EDBB88

Color information

#EDBB88 (or 0xEDBB88) is unknown color: approx Corvette. HEX triplet: ED, BB and 88. RGB value is (237,187,136). Sum of RGB (Red+Green+Blue) = 237+187+136=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 136 (53.52% from 255 or 24.29% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBB88 is #124477. Grayscale: #C4C4C4. Windows color (decimal): -1197176 or 8961005. OLE color: 8961005.

HSL color Cylindrical-coordinate representation of color #EDBB88: hue angle of 30.3º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDBB88 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB237187136-
CMYK00.210.430.07
HSL30.3º73.72%73.14%-
HSV(B)30.3º42.62%92.94%-
XYZ57.1455.3230.96-
YUV196.1494.06157.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.32%
GREEN value IS 187 (73.44% from 255) = 33.39%
BLUE value IS 136 (53.52% from 255) = 24.29%
R=42.32%
G=33.39%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718713600.210.430.0730.373.7273.14
HexEDBB880152B71e4a49
Octal35527321002553736112111
Binary1110110110111011100010000101011010111111111010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBB88; }

 p { color: rgb(237,187,136); }

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

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

 a { background-color: rgb(237,187,136); }

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

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

 span { border-color: rgb(237,187,136); }

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