#EDC081

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

Shades of Corvette #EDC081

Tints of Corvette #EDC081

Color information

#EDC081 (or 0xEDC081) is unknown color: approx Corvette. HEX triplet: ED, C0 and 81. RGB value is (237,192,129). Sum of RGB (Red+Green+Blue) = 237+192+129=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 129 (50.78% from 255 or 23.12% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC081 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC081 is #123F7E. Grayscale: #C6C6C6. Windows color (decimal): -1195903 or 8503533. OLE color: 8503533.

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

Color convert

RGB237192129-
CMYK00.190.460.07
HSL35º75%71.76%-
HSV(B)35º45.57%92.94%-
XYZ57.7457.2928.78-
YUV198.2788.91155.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.47%
GREEN value IS 192 (75.39% from 255) = 34.41%
BLUE value IS 129 (50.78% from 255) = 23.12%
R=42.47%
G=34.41%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719212900.190.460.07357571.76
HexEDC0810132E7234b48
Octal35530020102356743113110
Binary11101101110000001000000101001110111011110001110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC081; }

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

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

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

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

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

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

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

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