#EDBF8C

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

Shades of Corvette #EDBF8C

Tints of Corvette #EDBF8C

Color information

#EDBF8C (or 0xEDBF8C) is unknown color: approx Corvette. HEX triplet: ED, BF and 8C. RGB value is (237,191,140). Sum of RGB (Red+Green+Blue) = 237+191+140=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 140 (55.08% from 255 or 24.65% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBF8C is #124073. Grayscale: #C7C7C7. Windows color (decimal): -1196148 or 9224173. OLE color: 9224173.

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

Color convert

RGB237191140-
CMYK00.190.410.07
HSL31.55º72.93%73.92%-
HSV(B)31.55º40.93%92.94%-
XYZ58.2957.1632.77-
YUV198.9494.74155.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.73%
GREEN value IS 191 (75% from 255) = 33.63%
BLUE value IS 140 (55.08% from 255) = 24.65%
R=41.73%
G=33.63%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719114000.190.410.0731.5572.9373.92
HexEDBF8C01329720494a
Octal35527721402351740111112
Binary11101101101111111000110001001110100111110000010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBF8C; }

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

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

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

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

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

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

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

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