Html Css Color HEX #ECBD80 Corvette

📋 copy color: '#ECBD80'

red 236 ◦ green 189 ◦ blue 128

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

Shades of Corvette #ECBD80

Tints of Corvette #ECBD80

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.18%

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

R = 42.68%
G = 34.18%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ECBD80 (or 0xECBD80) is known color: Corvette. HEX triplet: EC, BD and 80. RGB value is (236,189,128). Sum of RGB (Red+Green+Blue) = 236+189+128=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBD80 is #13427F. Grayscale: #C4C4C4. Windows color (decimal): -1262208 or 8437228. OLE color: 8437228.

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

Color convert

RGB 236 189 128 -
CMYK 0 0.20 0.46 0.07
HSL 33.89º 0.74% 0.71% -
HSV(B) 33.89º 0.46% 0.93% -
XYZ 56.69 55.79 28.2 -
YUV 196.1 89.57 156.46 -
System Red Green Blue C M Y K H S L
Decimal 236 189 128 0 0.20 0.46 0.07 33.89 0.74 0.71
Hex EC BD 80 0 14 2E 7 22 4A 47
Octal 354 275 200 0 24 56 7 42 112 107
Binary 11101100 10111101 10000000 0 10100 101110 111 100010 1001010 1000111

Color Harmonies of #ECBD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBD80

Black with #ECBD80

Text Example


Text Example

White with #ECBD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBD80; }

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

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

background-color css

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

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

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

border-color css

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

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

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