#EBBD8A

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

Shades of Corvette #EBBD8A

Tints of Corvette #EBBD8A

Color information

#EBBD8A (or 0xEBBD8A) is unknown color: approx Corvette. HEX triplet: EB, BD and 8A. RGB value is (235,189,138). Sum of RGB (Red+Green+Blue) = 235+189+138=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 138 (54.30% from 255 or 24.56% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBD8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBD8A is #144275. Grayscale: #C5C5C5. Windows color (decimal): -1327734 or 9092587. OLE color: 9092587.

HSL color Cylindrical-coordinate representation of color #EBBD8A: hue angle of 31.55º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EBBD8A is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB235189138-
CMYK00.200.410.08
HSL31.55º70.8%73.14%-
HSV(B)31.55º41.28%92.16%-
XYZ57.0555.8931.83-
YUV196.9494.74155.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.81%
GREEN value IS 189 (74.22% from 255) = 33.63%
BLUE value IS 138 (54.30% from 255) = 24.56%
R=41.81%
G=33.63%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518913800.200.410.0831.5570.873.14
HexEBBD8A014298204749
Octal353275212024511040107111
Binary111010111011110110001010010100101001100010000010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBD8A; }

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

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

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

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

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

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

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

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