Html Css Color HEX #ECB682 Corvette

📋 copy color: '#ECB682'

red 236 ◦ green 182 ◦ blue 130

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

Shades of Corvette #ECB682

Tints of Corvette #ECB682

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.21%

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

R = 43.07%
G = 33.21%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ECB682 (or 0xECB682) is known color: Corvette. HEX triplet: EC, B6 and 82. RGB value is (236,182,130). Sum of RGB (Red+Green+Blue) = 236+182+130=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 182 (71.48% from 255 or 33.21% from 548); Blue value is 130 (51.17% from 255 or 23.72% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB682 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB682 is #13497D. Grayscale: #C0C0C0. Windows color (decimal): -1263998 or 8566508. OLE color: 8566508.

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

Color convert

RGB 236 182 130 -
CMYK 0 0.23 0.45 0.07
HSL 29.43º 0.74% 0.72% -
HSV(B) 29.43º 0.45% 0.93% -
XYZ 55.35 52.9 28.41 -
YUV 192.22 92.89 159.23 -
System Red Green Blue C M Y K H S L
Decimal 236 182 130 0 0.23 0.45 0.07 29.43 0.74 0.72
Hex EC B6 82 0 17 2D 7 1D 4A 48
Octal 354 266 202 0 27 55 7 35 112 110
Binary 11101100 10110110 10000010 0 10111 101101 111 11101 1001010 1001000

Color Harmonies of #ECB682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB682

Black with #ECB682

Text Example


Text Example

White with #ECB682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB682; }

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

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

background-color css

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

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

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

border-color css

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

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

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