#EDBF88

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

Shades of Corvette #EDBF88

Tints of Corvette #EDBF88

Color information

#EDBF88 (or 0xEDBF88) is unknown color: approx Corvette. HEX triplet: ED, BF and 88. RGB value is (237,191,136). Sum of RGB (Red+Green+Blue) = 237+191+136=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 136 (53.52% from 255 or 24.11% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBF88 is #124077. Grayscale: #C6C6C6. Windows color (decimal): -1196152 or 8962029. OLE color: 8962029.

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

Color convert

RGB237191136-
CMYK00.190.430.07
HSL32.67º73.72%73.14%-
HSV(B)32.67º42.62%92.94%-
XYZ5857.0431.25-
YUV198.4892.74155.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.02%
GREEN value IS 191 (75% from 255) = 33.87%
BLUE value IS 136 (53.52% from 255) = 24.11%
R=42.02%
G=33.87%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719113600.190.430.0732.6773.7273.14
HexEDBF880132B7214a49
Octal35527721002353741112111
Binary11101101101111111000100001001110101111110000110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBF88; }

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

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

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

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

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

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

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

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