#EBBD81

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

Shades of Corvette #EBBD81

Tints of Corvette #EBBD81

Color information

#EBBD81 (or 0xEBBD81) is unknown color: approx Corvette. HEX triplet: EB, BD and 81. RGB value is (235,189,129). Sum of RGB (Red+Green+Blue) = 235+189+129=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 129 (50.78% from 255 or 23.33% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBD81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBD81 is #14427E. Grayscale: #C4C4C4. Windows color (decimal): -1327743 or 8502763. OLE color: 8502763.

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

Color convert

RGB235189129-
CMYK00.200.450.08
HSL33.96º72.6%71.37%-
HSV(B)33.96º45.11%92.16%-
XYZ56.4255.6428.54-
YUV195.9190.24155.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.50%
GREEN value IS 189 (74.22% from 255) = 34.18%
BLUE value IS 129 (50.78% from 255) = 23.33%
R=42.50%
G=34.18%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518912900.200.450.0833.9672.671.37
HexEBBD810142D8224947
Octal353275201024551042111107
Binary111010111011110110000001010100101101100010001010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBD81; }

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

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

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

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

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

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

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

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