Html Css Color HEX #EBC08C Corvette

📋 copy color: '#EBC08C'

red 235 ◦ green 192 ◦ blue 140

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

Shades of Corvette #EBC08C

Tints of Corvette #EBC08C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.86%

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

R = 41.45%
G = 33.86%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EBC08C (or 0xEBC08C) is known color: Corvette. HEX triplet: EB, C0 and 8C. RGB value is (235,192,140). Sum of RGB (Red+Green+Blue) = 235+192+140=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 140 (55.08% from 255 or 24.69% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC08C is #143F73. Grayscale: #C7C7C7. Windows color (decimal): -1326964 or 9224427. OLE color: 9224427.

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

Color convert

RGB 235 192 140 -
CMYK 0 0.18 0.40 0.08
HSL 32.84º 0.7% 0.74% -
HSV(B) 32.84º 0.4% 0.92% -
XYZ 57.84 57.25 32.81 -
YUV 198.93 94.75 153.73 -
System Red Green Blue C M Y K H S L
Decimal 235 192 140 0 0.18 0.40 0.08 32.84 0.7 0.74
Hex EB C0 8C 0 12 28 8 21 46 4A
Octal 353 300 214 0 22 50 10 41 106 112
Binary 11101011 11000000 10001100 0 10010 101000 1000 100001 1000110 1001010

Color Harmonies of #EBC08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC08C

Black with #EBC08C

Text Example


Text Example

White with #EBC08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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