#EBBF8B

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

Shades of Corvette #EBBF8B

Tints of Corvette #EBBF8B

Color information

#EBBF8B (or 0xEBBF8B) is unknown color: approx Corvette. HEX triplet: EB, BF and 8B. RGB value is (235,191,139). Sum of RGB (Red+Green+Blue) = 235+191+139=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 139 (54.69% from 255 or 24.60% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBF8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBF8B is #144074. Grayscale: #C6C6C6. Windows color (decimal): -1327221 or 9158635. OLE color: 9158635.

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

Color convert

RGB235191139-
CMYK00.190.410.08
HSL32.5º70.59%73.33%-
HSV(B)32.5º40.85%92.16%-
XYZ57.5556.7932.35-
YUV198.2394.58154.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.59%
GREEN value IS 191 (75% from 255) = 33.81%
BLUE value IS 139 (54.69% from 255) = 24.60%
R=41.59%
G=33.81%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519113900.190.410.0832.570.5973.33
HexEBBF8B013298214749
Octal353277213023511041107111
Binary111010111011111110001011010011101001100010000110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBF8B; }

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

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

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

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

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

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

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

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