Html Css Color HEX #ECBA80 Corvette

📋 copy color: '#ECBA80'

red 236 ◦ green 186 ◦ blue 128

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

Shades of Corvette #ECBA80

Tints of Corvette #ECBA80

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.82%

 BLUE value IS 128 (50.39% from 255) = 23.27%

R = 42.91%
G = 33.82%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ECBA80 (or 0xECBA80) is known color: Corvette. HEX triplet: EC, BA and 80. RGB value is (236,186,128). Sum of RGB (Red+Green+Blue) = 236+186+128=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 128 (50.39% from 255 or 23.27% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBA80 is #13457F. Grayscale: #C2C2C2. Windows color (decimal): -1262976 or 8436460. OLE color: 8436460.

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

Color convert

RGB 236 186 128 -
CMYK 0 0.21 0.46 0.07
HSL 32.22º 0.74% 0.71% -
HSV(B) 32.22º 0.46% 0.93% -
XYZ 56.05 54.51 27.99 -
YUV 194.34 90.57 157.72 -
System Red Green Blue C M Y K H S L
Decimal 236 186 128 0 0.21 0.46 0.07 32.22 0.74 0.71
Hex EC BA 80 0 15 2E 7 20 4A 47
Octal 354 272 200 0 25 56 7 40 112 107
Binary 11101100 10111010 10000000 0 10101 101110 111 100000 1001010 1000111

Color Harmonies of #ECBA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBA80

Black with #ECBA80

Text Example


Text Example

White with #ECBA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBA80; }

 p { color: rgb(236,186,128); }

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

background-color css

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

 a { background-color: rgb(236,186,128); }

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

border-color css

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

 span { border-color: rgb(236,186,128); }

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