#EDC288

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

Shades of Corvette #EDC288

Tints of Corvette #EDC288

Color information

#EDC288 (or 0xEDC288) is unknown color: approx Corvette. HEX triplet: ED, C2 and 88. RGB value is (237,194,136). Sum of RGB (Red+Green+Blue) = 237+194+136=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 136 (53.52% from 255 or 23.99% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC288 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC288 is #123D77. Grayscale: #C8C8C8. Windows color (decimal): -1195384 or 8962797. OLE color: 8962797.

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

Color convert

RGB237194136-
CMYK00.180.430.07
HSL34.46º73.72%73.14%-
HSV(B)34.46º42.62%92.94%-
XYZ58.6658.3731.47-
YUV200.2491.75154.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.80%
GREEN value IS 194 (76.17% from 255) = 34.22%
BLUE value IS 136 (53.52% from 255) = 23.99%
R=41.80%
G=34.22%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719413600.180.430.0734.4673.7273.14
HexEDC2880122B7224a49
Octal35530221002253742112111
Binary11101101110000101000100001001010101111110001010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC288; }

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

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

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

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

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

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

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

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