Html Css Color HEX #EBC185 Corvette

📋 copy color: '#EBC185'

red 235 ◦ green 193 ◦ blue 133

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

Shades of Corvette #EBC185

Tints of Corvette #EBC185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.71%

R = 41.89%
G = 34.4%
B = 23.71%

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

#EBC185 (or 0xEBC185) is known color: Corvette. HEX triplet: EB, C1 and 85. RGB value is (235,193,133). Sum of RGB (Red+Green+Blue) = 235+193+133=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC185 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC185 is #143E7A. Grayscale: #C7C7C7. Windows color (decimal): -1326715 or 8765931. OLE color: 8765931.

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

Color convert

RGB 235 193 133 -
CMYK 0 0.18 0.43 0.08
HSL 35.29º 0.72% 0.72% -
HSV(B) 35.29º 0.43% 0.92% -
XYZ 57.56 57.5 30.25 -
YUV 198.72 90.91 153.88 -
System Red Green Blue C M Y K H S L
Decimal 235 193 133 0 0.18 0.43 0.08 35.29 0.72 0.72
Hex EB C1 85 0 12 2B 8 23 48 48
Octal 353 301 205 0 22 53 10 43 110 110
Binary 11101011 11000001 10000101 0 10010 101011 1000 100011 1001000 1001000

Color Harmonies of #EBC185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC185

Black with #EBC185

Text Example


Text Example

White with #EBC185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC185; }

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

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

background-color css

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

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

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

border-color css

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

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

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