Html Css Color HEX #EBC186 Corvette

📋 copy color: '#EBC186'

red 235 ◦ green 193 ◦ blue 134

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

Shades of Corvette #EBC186

Tints of Corvette #EBC186

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.34%

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

R = 41.81%
G = 34.34%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EBC186 (or 0xEBC186) is known color: Corvette. HEX triplet: EB, C1 and 86. RGB value is (235,193,134). Sum of RGB (Red+Green+Blue) = 235+193+134=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 193 (75.78% from 255 or 34.34% from 562); Blue value is 134 (52.73% from 255 or 23.84% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC186 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC186 is #143E79. Grayscale: #C7C7C7. Windows color (decimal): -1326714 or 8831467. OLE color: 8831467.

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

Color convert

RGB 235 193 134 -
CMYK 0 0.18 0.43 0.08
HSL 35.05º 0.72% 0.72% -
HSV(B) 35.05º 0.43% 0.92% -
XYZ 57.63 57.52 30.62 -
YUV 198.83 91.41 153.8 -
System Red Green Blue C M Y K H S L
Decimal 235 193 134 0 0.18 0.43 0.08 35.05 0.72 0.72
Hex EB C1 86 0 12 2B 8 23 48 48
Octal 353 301 206 0 22 53 10 43 110 110
Binary 11101011 11000001 10000110 0 10010 101011 1000 100011 1001000 1001000

Color Harmonies of #EBC186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC186

Black with #EBC186

Text Example


Text Example

White with #EBC186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC186; }

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

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

background-color css

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

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

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

border-color css

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

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

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