#EEB380

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

Shades of Corvette #EEB380

Tints of Corvette #EEB380

Color information

#EEB380 (or 0xEEB380) is unknown color: approx Corvette. HEX triplet: EE, B3 and 80. RGB value is (238,179,128). Sum of RGB (Red+Green+Blue) = 238+179+128=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB380 is #114C7F. Grayscale: #BFBFBF. Windows color (decimal): -1133696 or 8434670. OLE color: 8434670.

HSL color Cylindrical-coordinate representation of color #EEB380: hue angle of 27.82º degrees, saturation: 0.76, 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 #EEB380 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB238179128-
CMYK00.250.460.07
HSL27.82º76.39%71.76%-
HSV(B)27.82º46.22%93.33%-
XYZ55.2851.9827.54-
YUV190.8392.55161.65-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.67%
GREEN value IS 179 (70.31% from 255) = 32.84%
BLUE value IS 128 (50.39% from 255) = 23.49%
R=43.67%
G=32.84%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817912800.250.460.0727.8276.3971.76
HexEEB3800192E71c4c48
Octal35626320003156734114110
Binary1110111010110011100000000110011011101111110010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB380; }

 p { color: rgb(238,179,128); }

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

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

 a { background-color: rgb(238,179,128); }

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

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

 span { border-color: rgb(238,179,128); }

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