#EEC28D

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

Shades of Corvette #EEC28D

Tints of Corvette #EEC28D

Color information

#EEC28D (or 0xEEC28D) is unknown color: approx Corvette. HEX triplet: EE, C2 and 8D. RGB value is (238,194,141). Sum of RGB (Red+Green+Blue) = 238+194+141=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 141 (55.47% from 255 or 24.61% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC28D is #113D72. Grayscale: #C9C9C9. Windows color (decimal): -1129843 or 9290478. OLE color: 9290478.

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

Color convert

RGB238194141-
CMYK00.180.410.07
HSL32.78º74.05%74.31%-
HSV(B)32.78º40.76%93.33%-
XYZ59.3658.6833.4-
YUV201.1194.08154.31-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.54%
GREEN value IS 194 (76.17% from 255) = 33.86%
BLUE value IS 141 (55.47% from 255) = 24.61%
R=41.54%
G=33.86%
B=24.61%

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
Decimal23819414100.180.410.0732.7874.0574.31
HexEEC28D012297214a4a
Octal35630221502251741112112
Binary11101110110000101000110101001010100111110000110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC28D; }

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

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

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

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

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

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

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

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