#EEB679

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

Shades of Corvette #EEB679

Tints of Corvette #EEB679

Color information

#EEB679 (or 0xEEB679) is unknown color: approx Corvette. HEX triplet: EE, B6 and 79. RGB value is (238,182,121). Sum of RGB (Red+Green+Blue) = 238+182+121=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 182 (71.48% from 255 or 33.64% from 541); Blue value is 121 (47.66% from 255 or 22.37% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB679 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB679 is #114986. Grayscale: #C0C0C0. Windows color (decimal): -1132935 or 7976686. OLE color: 7976686.

HSL color Cylindrical-coordinate representation of color #EEB679: hue angle of 31.28º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EEB679 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB238182121-
CMYK00.240.490.07
HSL31.28º77.48%70.39%-
HSV(B)31.28º49.16%93.33%-
XYZ55.4453.0125.4-
YUV191.7988.05160.96-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.99%
GREEN value IS 182 (71.48% from 255) = 33.64%
BLUE value IS 121 (47.66% from 255) = 22.37%
R=43.99%
G=33.64%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818212100.240.490.0731.2877.4870.39
HexEEB6790183171f4d46
Octal35626617103061737115106
Binary111011101011011011110010110001100011111111110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB679; }

 p { color: rgb(238,182,121); }

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

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

 a { background-color: rgb(238,182,121); }

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

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

 span { border-color: rgb(238,182,121); }

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