Html Css Color HEX #ECC182 Corvette

📋 copy color: '#ECC182'

red 236 ◦ green 193 ◦ blue 130

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

Shades of Corvette #ECC182

Tints of Corvette #ECC182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 23.26%

R = 42.22%
G = 34.53%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ECC182 (or 0xECC182) is known color: Corvette. HEX triplet: EC, C1 and 82. RGB value is (236,193,130). Sum of RGB (Red+Green+Blue) = 236+193+130=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 130 (51.17% from 255 or 23.26% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC182 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC182 is #133E7D. Grayscale: #C6C6C6. Windows color (decimal): -1261182 or 8569324. OLE color: 8569324.

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

Color convert

RGB 236 193 130 -
CMYK 0 0.18 0.45 0.07
HSL 35.66º 0.74% 0.72% -
HSV(B) 35.66º 0.45% 0.93% -
XYZ 57.69 57.58 29.19 -
YUV 198.68 89.25 154.62 -
System Red Green Blue C M Y K H S L
Decimal 236 193 130 0 0.18 0.45 0.07 35.66 0.74 0.72
Hex EC C1 82 0 12 2D 7 24 4A 48
Octal 354 301 202 0 22 55 7 44 112 110
Binary 11101100 11000001 10000010 0 10010 101101 111 100100 1001010 1001000

Color Harmonies of #ECC182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC182

Black with #ECC182

Text Example


Text Example

White with #ECC182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC182; }

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

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

background-color css

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

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

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

border-color css

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

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

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