#EBBA7D

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

Shades of Corvette #EBBA7D

Tints of Corvette #EBBA7D

Color information

#EBBA7D (or 0xEBBA7D) is unknown color: approx Corvette. HEX triplet: EB, BA and 7D. RGB value is (235,186,125). Sum of RGB (Red+Green+Blue) = 235+186+125=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBA7D is #144582. Grayscale: #C1C1C1. Windows color (decimal): -1328515 or 8239851. OLE color: 8239851.

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

Color convert

RGB235186125-
CMYK00.210.470.08
HSL33.27º73.33%70.59%-
HSV(B)33.27º46.81%92.16%-
XYZ55.5254.2626.95-
YUV193.789.23157.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.04%
GREEN value IS 186 (73.05% from 255) = 34.07%
BLUE value IS 125 (49.22% from 255) = 22.89%
R=43.04%
G=34.07%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518612500.210.470.0833.2773.3370.59
HexEBBA7D0152F8214947
Octal353272175025571041111107
Binary11101011101110101111101010101101111100010000110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBA7D; }

 p { color: rgb(235,186,125); }

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

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

 a { background-color: rgb(235,186,125); }

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

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

 span { border-color: rgb(235,186,125); }

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