#EDBC88

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

Shades of Corvette #EDBC88

Tints of Corvette #EDBC88

Color information

#EDBC88 (or 0xEDBC88) is unknown color: approx Corvette. HEX triplet: ED, BC and 88. RGB value is (237,188,136). Sum of RGB (Red+Green+Blue) = 237+188+136=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 136 (53.52% from 255 or 24.24% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBC88 is #124377. Grayscale: #C4C4C4. Windows color (decimal): -1196920 or 8961261. OLE color: 8961261.

HSL color Cylindrical-coordinate representation of color #EDBC88: hue angle of 30.89º 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 #EDBC88 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB237188136-
CMYK00.210.430.07
HSL30.89º73.72%73.14%-
HSV(B)30.89º42.62%92.94%-
XYZ57.3555.7531.03-
YUV196.7293.73156.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.25%
GREEN value IS 188 (73.83% from 255) = 33.51%
BLUE value IS 136 (53.52% from 255) = 24.24%
R=42.25%
G=33.51%
B=24.24%

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
Decimal23718813600.210.430.0730.8973.7273.14
HexEDBC880152B71f4a49
Octal35527421002553737112111
Binary1110110110111100100010000101011010111111111110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBC88; }

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

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

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

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

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

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

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

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