Html Css Color HEX #ECB676 Corvette

📋 copy color: '#ECB676'

red 236 ◦ green 182 ◦ blue 118

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

Shades of Corvette #ECB676

Tints of Corvette #ECB676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.01%

R = 44.03%
G = 33.96%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#ECB676 (or 0xECB676) is known color: Corvette. HEX triplet: EC, B6 and 76. RGB value is (236,182,118). Sum of RGB (Red+Green+Blue) = 236+182+118=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 182 (71.48% from 255 or 33.96% from 536); Blue value is 118 (46.48% from 255 or 22.01% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB676 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB676 is #134989. Grayscale: #BFBFBF. Windows color (decimal): -1264010 or 7780076. OLE color: 7780076.

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

Color convert

RGB 236 182 118 -
CMYK 0 0.23 0.5 0.07
HSL 32.54º 0.76% 0.69% -
HSV(B) 32.54º 0.5% 0.93% -
XYZ 54.59 52.6 24.41 -
YUV 190.85 86.89 160.2 -
System Red Green Blue C M Y K H S L
Decimal 236 182 118 0 0.23 0.5 0.07 32.54 0.76 0.69
Hex EC B6 76 0 17 32 7 21 4C 45
Octal 354 266 166 0 27 62 7 41 114 105
Binary 11101100 10110110 1110110 0 10111 110010 111 100001 1001100 1000101

Color Harmonies of #ECB676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB676

Black with #ECB676

Text Example


Text Example

White with #ECB676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB676; }

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

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

background-color css

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

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

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

border-color css

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

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

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