#EDBF8A

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

Shades of Corvette #EDBF8A

Tints of Corvette #EDBF8A

Color information

#EDBF8A (or 0xEDBF8A) is unknown color: approx Corvette. HEX triplet: ED, BF and 8A. RGB value is (237,191,138). Sum of RGB (Red+Green+Blue) = 237+191+138=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 138 (54.30% from 255 or 24.38% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBF8A is #124075. Grayscale: #C6C6C6. Windows color (decimal): -1196150 or 9093101. OLE color: 9093101.

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

Color convert

RGB237191138-
CMYK00.190.420.07
HSL32.12º73.33%73.53%-
HSV(B)32.12º41.77%92.94%-
XYZ58.1457.132-
YUV198.7193.74155.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.87%
GREEN value IS 191 (75% from 255) = 33.75%
BLUE value IS 138 (54.30% from 255) = 24.38%
R=41.87%
G=33.75%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719113800.190.420.0732.1273.3373.53
HexEDBF8A0132A720494a
Octal35527721202352740111112
Binary11101101101111111000101001001110101011110000010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBF8A; }

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

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

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

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

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

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

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

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