#EEB48A

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

Shades of Corvette #EEB48A

Tints of Corvette #EEB48A

Color information

#EEB48A (or 0xEEB48A) is unknown color: approx Corvette. HEX triplet: EE, B4 and 8A. RGB value is (238,180,138). Sum of RGB (Red+Green+Blue) = 238+180+138=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 138 (54.30% from 255 or 24.82% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB48A is #114B75. Grayscale: #C0C0C0. Windows color (decimal): -1133430 or 9090286. OLE color: 9090286.

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

Color convert

RGB238180138-
CMYK00.240.420.07
HSL25.2º74.63%73.73%-
HSV(B)25.2º42.02%93.33%-
XYZ56.1752.6531.25-
YUV192.5597.22160.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.81%
GREEN value IS 180 (70.70% from 255) = 32.37%
BLUE value IS 138 (54.30% from 255) = 24.82%
R=42.81%
G=32.37%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818013800.240.420.0725.274.6373.73
HexEEB48A0182A7194b4a
Octal35626421203052731113112
Binary1110111010110100100010100110001010101111100110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB48A; }

 p { color: rgb(238,180,138); }

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

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

 a { background-color: rgb(238,180,138); }

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

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

 span { border-color: rgb(238,180,138); }

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