#EDB68B

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

Shades of Corvette #EDB68B

Tints of Corvette #EDB68B

Color information

#EDB68B (or 0xEDB68B) is unknown color: approx Corvette. HEX triplet: ED, B6 and 8B. RGB value is (237,182,139). Sum of RGB (Red+Green+Blue) = 237+182+139=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 182 (71.48% from 255 or 32.62% from 558); Blue value is 139 (54.69% from 255 or 24.91% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB68B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB68B is #124974. Grayscale: #C1C1C1. Windows color (decimal): -1198453 or 9156333. OLE color: 9156333.

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

Color convert

RGB237182139-
CMYK00.230.410.07
HSL26.33º73.13%73.73%-
HSV(B)26.33º41.35%92.94%-
XYZ56.3153.3231.75-
YUV193.5497.22159-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.47%
GREEN value IS 182 (71.48% from 255) = 32.62%
BLUE value IS 139 (54.69% from 255) = 24.91%
R=42.47%
G=32.62%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718213900.230.410.0726.3373.1373.73
HexEDB68B0172971a494a
Octal35526621302751732111112
Binary1110110110110110100010110101111010011111101010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB68B; }

 p { color: rgb(237,182,139); }

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

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

 a { background-color: rgb(237,182,139); }

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

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

 span { border-color: rgb(237,182,139); }

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