#EEC286

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

Shades of Corvette #EEC286

Tints of Corvette #EEC286

Color information

#EEC286 (or 0xEEC286) is unknown color: approx Corvette. HEX triplet: EE, C2 and 86. RGB value is (238,194,134). Sum of RGB (Red+Green+Blue) = 238+194+134=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 134 (52.73% from 255 or 23.67% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC286 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC286 is #113D79. Grayscale: #C8C8C8. Windows color (decimal): -1129850 or 8831726. OLE color: 8831726.

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

Color convert

RGB238194134-
CMYK00.180.440.07
HSL34.62º75.36%72.94%-
HSV(B)34.62º43.7%93.33%-
XYZ58.8558.4830.74-
YUV200.3290.58154.88-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.05%
GREEN value IS 194 (76.17% from 255) = 34.28%
BLUE value IS 134 (52.73% from 255) = 23.67%
R=42.05%
G=34.28%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819413400.180.440.0734.6275.3672.94
HexEEC2860122C7234b49
Octal35630220602254743113111
Binary11101110110000101000011001001010110011110001110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC286; }

 p { color: rgb(238,194,134); }

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

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

 a { background-color: rgb(238,194,134); }

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

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

 span { border-color: rgb(238,194,134); }

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