#EDC07C

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

Shades of Corvette #EDC07C

Tints of Corvette #EDC07C

Color information

#EDC07C (or 0xEDC07C) is unknown color: approx Corvette. HEX triplet: ED, C0 and 7C. RGB value is (237,192,124). Sum of RGB (Red+Green+Blue) = 237+192+124=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 124 (48.83% from 255 or 22.42% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC07C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC07C is #123F83. Grayscale: #C6C6C6. Windows color (decimal): -1195908 or 8175853. OLE color: 8175853.

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

Color convert

RGB237192124-
CMYK00.190.480.07
HSL36.11º75.84%70.78%-
HSV(B)36.11º47.68%92.94%-
XYZ57.4157.1627.08-
YUV197.786.41156.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.86%
GREEN value IS 192 (75.39% from 255) = 34.72%
BLUE value IS 124 (48.83% from 255) = 22.42%
R=42.86%
G=34.72%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719212400.190.480.0736.1175.8470.78
HexEDC07C013307244c47
Octal35530017402360744114107
Binary1110110111000000111110001001111000011110010010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC07C; }

 p { color: rgb(237,192,124); }

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

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

 a { background-color: rgb(237,192,124); }

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

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

 span { border-color: rgb(237,192,124); }

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