#EDC182

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

Shades of Corvette #EDC182

Tints of Corvette #EDC182

Color information

#EDC182 (or 0xEDC182) is unknown color: approx Corvette. HEX triplet: ED, C1 and 82. RGB value is (237,193,130). Sum of RGB (Red+Green+Blue) = 237+193+130=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 193 (75.78% from 255 or 34.46% from 560); Blue value is 130 (51.17% from 255 or 23.21% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC182 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC182 is #123E7D. Grayscale: #C7C7C7. Windows color (decimal): -1195646 or 8569325. OLE color: 8569325.

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

Color convert

RGB237193130-
CMYK00.190.450.07
HSL35.33º74.83%71.96%-
HSV(B)35.33º45.15%92.94%-
XYZ58.0257.7629.21-
YUV198.9789.08155.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.32%
GREEN value IS 193 (75.78% from 255) = 34.46%
BLUE value IS 130 (51.17% from 255) = 23.21%
R=42.32%
G=34.46%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719313000.190.450.0735.3374.8371.96
HexEDC1820132D7234b48
Octal35530120202355743113110
Binary11101101110000011000001001001110110111110001110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC182; }

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

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

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

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

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

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

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

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