Html Css Color HEX #ECC185 Corvette

📋 copy color: '#ECC185'

red 236 ◦ green 193 ◦ blue 133

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

Shades of Corvette #ECC185

Tints of Corvette #ECC185

RGB

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

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

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

R = 41.99%
G = 34.34%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ECC185 (or 0xECC185) is known color: Corvette. HEX triplet: EC, C1 and 85. RGB value is (236,193,133). Sum of RGB (Red+Green+Blue) = 236+193+133=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 193 (75.78% from 255 or 34.34% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC185 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC185 is #133E7A. Grayscale: #C7C7C7. Windows color (decimal): -1261179 or 8765932. OLE color: 8765932.

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

Color convert

RGB 236 193 133 -
CMYK 0 0.18 0.44 0.07
HSL 34.95º 0.73% 0.72% -
HSV(B) 34.95º 0.44% 0.93% -
XYZ 57.9 57.67 30.27 -
YUV 199.02 90.75 154.38 -
System Red Green Blue C M Y K H S L
Decimal 236 193 133 0 0.18 0.44 0.07 34.95 0.73 0.72
Hex EC C1 85 0 12 2C 7 23 49 48
Octal 354 301 205 0 22 54 7 43 111 110
Binary 11101100 11000001 10000101 0 10010 101100 111 100011 1001001 1001000

Color Harmonies of #ECC185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC185

Black with #ECC185

Text Example


Text Example

White with #ECC185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC185; }

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

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

background-color css

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

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

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

border-color css

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

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

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