#EDC188

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

Shades of Corvette #EDC188

Tints of Corvette #EDC188

Color information

#EDC188 (or 0xEDC188) is unknown color: approx Corvette. HEX triplet: ED, C1 and 88. RGB value is (237,193,136). Sum of RGB (Red+Green+Blue) = 237+193+136=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 136 (53.52% from 255 or 24.03% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC188 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC188 is #123E77. Grayscale: #C7C7C7. Windows color (decimal): -1195640 or 8962541. OLE color: 8962541.

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

Color convert

RGB237193136-
CMYK00.190.430.07
HSL33.86º73.72%73.14%-
HSV(B)33.86º42.62%92.94%-
XYZ58.4457.9231.39-
YUV199.6692.08154.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.87%
GREEN value IS 193 (75.78% from 255) = 34.10%
BLUE value IS 136 (53.52% from 255) = 24.03%
R=41.87%
G=34.10%
B=24.03%

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
Decimal23719313600.190.430.0733.8673.7273.14
HexEDC1880132B7224a49
Octal35530121002353742112111
Binary11101101110000011000100001001110101111110001010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC188; }

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

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

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

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

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

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

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

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