Html Css Color HEX #EBBA86 Corvette

📋 copy color: '#EBBA86'

red 235 ◦ green 186 ◦ blue 134

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

Shades of Corvette #EBBA86

Tints of Corvette #EBBA86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 24.14%

R = 42.34%
G = 33.51%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EBBA86 (or 0xEBBA86) is known color: Corvette. HEX triplet: EB, BA and 86. RGB value is (235,186,134). Sum of RGB (Red+Green+Blue) = 235+186+134=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 134 (52.73% from 255 or 24.14% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBA86 is #144579. Grayscale: #C2C2C2. Windows color (decimal): -1328506 or 8829675. OLE color: 8829675.

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

Color convert

RGB 235 186 134 -
CMYK 0 0.21 0.43 0.08
HSL 30.89º 0.72% 0.72% -
HSV(B) 30.89º 0.43% 0.92% -
XYZ 56.12 54.5 30.12 -
YUV 194.72 93.73 156.73 -
System Red Green Blue C M Y K H S L
Decimal 235 186 134 0 0.21 0.43 0.08 30.89 0.72 0.72
Hex EB BA 86 0 15 2B 8 1F 48 48
Octal 353 272 206 0 25 53 10 37 110 110
Binary 11101011 10111010 10000110 0 10101 101011 1000 11111 1001000 1001000

Color Harmonies of #EBBA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBA86

Black with #EBBA86

Text Example


Text Example

White with #EBBA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBA86; }

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

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

background-color css

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

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

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

border-color css

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

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

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