#EDC18D

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

Shades of Corvette #EDC18D

Tints of Corvette #EDC18D

Color information

#EDC18D (or 0xEDC18D) is unknown color: approx Corvette. HEX triplet: ED, C1 and 8D. RGB value is (237,193,141). Sum of RGB (Red+Green+Blue) = 237+193+141=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 141 (55.47% from 255 or 24.69% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC18D is #123E72. Grayscale: #C8C8C8. Windows color (decimal): -1195635 or 9290221. OLE color: 9290221.

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

Color convert

RGB237193141-
CMYK00.190.410.07
HSL32.5º72.73%74.12%-
HSV(B)32.5º40.51%92.94%-
XYZ58.858.0733.31-
YUV200.2394.58154.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.51%
GREEN value IS 193 (75.78% from 255) = 33.80%
BLUE value IS 141 (55.47% from 255) = 24.69%
R=41.51%
G=33.80%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719314100.190.410.0732.572.7374.12
HexEDC18D01329721494a
Octal35530121502351741111112
Binary11101101110000011000110101001110100111110000110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC18D; }

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

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

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

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

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

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

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

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