#EBBD8B

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

Shades of Corvette #EBBD8B

Tints of Corvette #EBBD8B

Color information

#EBBD8B (or 0xEBBD8B) is unknown color: approx Corvette. HEX triplet: EB, BD and 8B. RGB value is (235,189,139). Sum of RGB (Red+Green+Blue) = 235+189+139=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 139 (54.69% from 255 or 24.69% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBD8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBD8B is #144274. Grayscale: #C5C5C5. Windows color (decimal): -1327733 or 9158123. OLE color: 9158123.

HSL color Cylindrical-coordinate representation of color #EBBD8B: hue angle of 31.25º 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 #EBBD8B is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB235189139-
CMYK00.200.410.08
HSL31.25º70.59%73.33%-
HSV(B)31.25º40.85%92.16%-
XYZ57.1255.9232.21-
YUV197.0595.24155.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.74%
GREEN value IS 189 (74.22% from 255) = 33.57%
BLUE value IS 139 (54.69% from 255) = 24.69%
R=41.74%
G=33.57%
B=24.69%

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
Decimal23518913900.200.410.0831.2570.5973.33
HexEBBD8B0142981f4749
Octal353275213024511037107111
Binary11101011101111011000101101010010100110001111110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBD8B; }

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

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

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

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

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

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

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

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