#EEBD8A

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

Shades of Corvette #EEBD8A

Tints of Corvette #EEBD8A

Color information

#EEBD8A (or 0xEEBD8A) is unknown color: approx Corvette. HEX triplet: EE, BD and 8A. RGB value is (238,189,138). Sum of RGB (Red+Green+Blue) = 238+189+138=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 138 (54.30% from 255 or 24.42% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBD8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBD8A is #114275. Grayscale: #C6C6C6. Windows color (decimal): -1131126 or 9092590. OLE color: 9092590.

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

Color convert

RGB238189138-
CMYK00.210.420.07
HSL30.6º74.63%73.73%-
HSV(B)30.6º42.02%93.33%-
XYZ58.0456.4131.87-
YUV197.8494.23156.65-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.12%
GREEN value IS 189 (74.22% from 255) = 33.45%
BLUE value IS 138 (54.30% from 255) = 24.42%
R=42.12%
G=33.45%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818913800.210.420.0730.674.6373.73
HexEEBD8A0152A71f4b4a
Octal35627521202552737113112
Binary1110111010111101100010100101011010101111111110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBD8A; }

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

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

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

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

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

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

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

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