Html Css Color HEX #ECC082 Corvette

📋 copy color: '#ECC082'

red 236 ◦ green 192 ◦ blue 130

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

Shades of Corvette #ECC082

Tints of Corvette #ECC082

RGB

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

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

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

R = 42.29%
G = 34.41%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ECC082 (or 0xECC082) is known color: Corvette. HEX triplet: EC, C0 and 82. RGB value is (236,192,130). Sum of RGB (Red+Green+Blue) = 236+192+130=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 130 (51.17% from 255 or 23.30% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC082 is #133F7D. Grayscale: #C6C6C6. Windows color (decimal): -1261438 or 8569068. OLE color: 8569068.

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

Color convert

RGB 236 192 130 -
CMYK 0 0.19 0.45 0.07
HSL 35.09º 0.74% 0.72% -
HSV(B) 35.09º 0.45% 0.93% -
XYZ 57.47 57.14 29.12 -
YUV 198.09 89.58 155.04 -
System Red Green Blue C M Y K H S L
Decimal 236 192 130 0 0.19 0.45 0.07 35.09 0.74 0.72
Hex EC C0 82 0 13 2D 7 23 4A 48
Octal 354 300 202 0 23 55 7 43 112 110
Binary 11101100 11000000 10000010 0 10011 101101 111 100011 1001010 1001000

Color Harmonies of #ECC082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC082

Black with #ECC082

Text Example


Text Example

White with #ECC082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC082; }

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

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

background-color css

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

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

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

border-color css

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

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

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