Html Css Color HEX #ECB886 Corvette

📋 copy color: '#ECB886'

red 236 ◦ green 184 ◦ blue 134

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

Shades of Corvette #ECB886

Tints of Corvette #ECB886

RGB

 RED value IS 236 (92.58% from 255) = 42.6%

 GREEN value IS 184 (72.27% from 255) = 33.21%

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

R = 42.6%
G = 33.21%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ECB886 (or 0xECB886) is known color: Corvette. HEX triplet: EC, B8 and 86. RGB value is (236,184,134). Sum of RGB (Red+Green+Blue) = 236+184+134=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 184 (72.27% from 255 or 33.21% from 554); Blue value is 134 (52.73% from 255 or 24.19% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB886 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB886 is #134779. Grayscale: #C2C2C2. Windows color (decimal): -1263482 or 8829164. OLE color: 8829164.

HSL color Cylindrical-coordinate representation of color #ECB886: hue angle of 29.41º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ECB886 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 184 134 -
CMYK 0 0.22 0.43 0.07
HSL 29.41º 0.73% 0.73% -
HSV(B) 29.41º 0.43% 0.93% -
XYZ 56.04 53.84 29.99 -
YUV 193.85 94.23 158.07 -
System Red Green Blue C M Y K H S L
Decimal 236 184 134 0 0.22 0.43 0.07 29.41 0.73 0.73
Hex EC B8 86 0 16 2B 7 1D 49 49
Octal 354 270 206 0 26 53 7 35 111 111
Binary 11101100 10111000 10000110 0 10110 101011 111 11101 1001001 1001001

Color Harmonies of #ECB886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB886

Black with #ECB886

Text Example


Text Example

White with #ECB886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB886; }

 p { color: rgb(236,184,134); }

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

background-color css

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

 a { background-color: rgb(236,184,134); }

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

border-color css

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

 span { border-color: rgb(236,184,134); }

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