Html Css Color HEX #ECB585 Corvette

📋 copy color: '#ECB585'

red 236 ◦ green 181 ◦ blue 133

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

Shades of Corvette #ECB585

Tints of Corvette #ECB585

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.91%

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

R = 42.91%
G = 32.91%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ECB585 (or 0xECB585) is known color: Corvette. HEX triplet: EC, B5 and 85. RGB value is (236,181,133). Sum of RGB (Red+Green+Blue) = 236+181+133=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 181 (71.09% from 255 or 32.91% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB585 is #134A7A. Grayscale: #C0C0C0. Windows color (decimal): -1264251 or 8762860. OLE color: 8762860.

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

Color convert

RGB 236 181 133 -
CMYK 0 0.23 0.44 0.07
HSL 27.96º 0.73% 0.72% -
HSV(B) 27.96º 0.44% 0.93% -
XYZ 55.35 52.57 29.42 -
YUV 191.97 94.72 159.4 -
System Red Green Blue C M Y K H S L
Decimal 236 181 133 0 0.23 0.44 0.07 27.96 0.73 0.72
Hex EC B5 85 0 17 2C 7 1C 49 48
Octal 354 265 205 0 27 54 7 34 111 110
Binary 11101100 10110101 10000101 0 10111 101100 111 11100 1001001 1001000

Color Harmonies of #ECB585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB585

Black with #ECB585

Text Example


Text Example

White with #ECB585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB585; }

 p { color: rgb(236,181,133); }

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

background-color css

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

 a { background-color: rgb(236,181,133); }

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

border-color css

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

 span { border-color: rgb(236,181,133); }

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