#EEC28C

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

Shades of Corvette #EEC28C

Tints of Corvette #EEC28C

Color information

#EEC28C (or 0xEEC28C) is unknown color: approx Corvette. HEX triplet: EE, C2 and 8C. RGB value is (238,194,140). Sum of RGB (Red+Green+Blue) = 238+194+140=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 140 (55.08% from 255 or 24.48% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC28C is #113D73. Grayscale: #C9C9C9. Windows color (decimal): -1129844 or 9224942. OLE color: 9224942.

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

Color convert

RGB238194140-
CMYK00.180.410.07
HSL33.06º74.24%74.12%-
HSV(B)33.06º41.18%93.33%-
XYZ59.2958.6533.01-
YUV20193.58154.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.61%
GREEN value IS 194 (76.17% from 255) = 33.92%
BLUE value IS 140 (55.08% from 255) = 24.48%
R=41.61%
G=33.92%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819414000.180.410.0733.0674.2474.12
HexEEC28C012297214a4a
Octal35630221402251741112112
Binary11101110110000101000110001001010100111110000110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC28C; }

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

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

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

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

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

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

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

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