#EEBD83

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

Shades of Corvette #EEBD83

Tints of Corvette #EEBD83

Color information

#EEBD83 (or 0xEEBD83) is unknown color: approx Corvette. HEX triplet: EE, BD and 83. RGB value is (238,189,131). Sum of RGB (Red+Green+Blue) = 238+189+131=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 131 (51.56% from 255 or 23.48% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBD83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBD83 is #11427C. Grayscale: #C5C5C5. Windows color (decimal): -1131133 or 8633838. OLE color: 8633838.

HSL color Cylindrical-coordinate representation of color #EEBD83: hue angle of 32.52º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EEBD83 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB238189131-
CMYK00.210.450.07
HSL32.52º75.89%72.35%-
HSV(B)32.52º44.96%93.33%-
XYZ57.5556.2129.29-
YUV197.0490.73157.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.65%
GREEN value IS 189 (74.22% from 255) = 33.87%
BLUE value IS 131 (51.56% from 255) = 23.48%
R=42.65%
G=33.87%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818913100.210.450.0732.5275.8972.35
HexEEBD830152D7214c48
Octal35627520302555741114110
Binary11101110101111011000001101010110110111110000110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBD83; }

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

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

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

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

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

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

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

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