Html Css Color HEX #EBBA8C Corvette

📋 copy color: '#EBBA8C'

red 235 ◦ green 186 ◦ blue 140

#EBBA8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corvette #EBBA8C

Tints of Corvette #EBBA8C

RGB

 RED value IS 235 (92.19% from 255) = 41.89%

 GREEN value IS 186 (73.05% from 255) = 33.16%

 BLUE value IS 140 (55.08% from 255) = 24.96%

R = 41.89%
G = 33.16%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EBBA8C (or 0xEBBA8C) is known color: Corvette. HEX triplet: EB, BA and 8C. RGB value is (235,186,140). Sum of RGB (Red+Green+Blue) = 235+186+140=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 140 (55.08% from 255 or 24.96% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBA8C is #144573. Grayscale: #C3C3C3. Windows color (decimal): -1328500 or 9222891. OLE color: 9222891.

HSL color Cylindrical-coordinate representation of color #EBBA8C: hue angle of 29.05º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBBA8C is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 186 140 -
CMYK 0 0.21 0.40 0.08
HSL 29.05º 0.7% 0.74% -
HSV(B) 29.05º 0.4% 0.92% -
XYZ 56.55 54.67 32.38 -
YUV 195.41 96.73 156.24 -
System Red Green Blue C M Y K H S L
Decimal 235 186 140 0 0.21 0.40 0.08 29.05 0.7 0.74
Hex EB BA 8C 0 15 28 8 1D 46 4A
Octal 353 272 214 0 25 50 10 35 106 112
Binary 11101011 10111010 10001100 0 10101 101000 1000 11101 1000110 1001010

Color Harmonies of #EBBA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBA8C

Black with #EBBA8C

Text Example


Text Example

White with #EBBA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBA8C; }

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

 H1.HeaderClassName
 {
   color: #EBBA8C;
 }
 .AnyTagClassName
 {
   color: #EBBA8C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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