Html Css Color HEX #EBB986 Corvette

📋 copy color: '#EBB986'

red 235 ◦ green 185 ◦ blue 134

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

Shades of Corvette #EBB986

Tints of Corvette #EBB986

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.39%

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

R = 42.42%
G = 33.39%
B = 24.19%

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

#EBB986 (or 0xEBB986) is known color: Corvette. HEX triplet: EB, B9 and 86. RGB value is (235,185,134). Sum of RGB (Red+Green+Blue) = 235+185+134=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 134 (52.73% from 255 or 24.19% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB986 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB986 is #144679. Grayscale: #C2C2C2. Windows color (decimal): -1328762 or 8829419. OLE color: 8829419.

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

Color convert

RGB 235 185 134 -
CMYK 0 0.21 0.43 0.08
HSL 30.3º 0.72% 0.72% -
HSV(B) 30.3º 0.43% 0.92% -
XYZ 55.91 54.08 30.05 -
YUV 194.14 94.07 157.15 -
System Red Green Blue C M Y K H S L
Decimal 235 185 134 0 0.21 0.43 0.08 30.3 0.72 0.72
Hex EB B9 86 0 15 2B 8 1E 48 48
Octal 353 271 206 0 25 53 10 36 110 110
Binary 11101011 10111001 10000110 0 10101 101011 1000 11110 1001000 1001000

Color Harmonies of #EBB986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB986

Black with #EBB986

Text Example


Text Example

White with #EBB986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB986; }

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

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

background-color css

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

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

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

border-color css

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

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

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