Html Css Color HEX #ECB880 Corvette

📋 copy color: '#ECB880'

red 236 ◦ green 184 ◦ blue 128

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

Shades of Corvette #ECB880

Tints of Corvette #ECB880

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.58%

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

R = 43.07%
G = 33.58%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ECB880 (or 0xECB880) is known color: Corvette. HEX triplet: EC, B8 and 80. RGB value is (236,184,128). Sum of RGB (Red+Green+Blue) = 236+184+128=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 184 (72.27% from 255 or 33.58% from 548); Blue value is 128 (50.39% from 255 or 23.36% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB880 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB880 is #13477F. Grayscale: #C1C1C1. Windows color (decimal): -1263488 or 8435948. OLE color: 8435948.

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

Color convert

RGB 236 184 128 -
CMYK 0 0.22 0.46 0.07
HSL 31.11º 0.74% 0.71% -
HSV(B) 31.11º 0.46% 0.93% -
XYZ 55.63 53.67 27.85 -
YUV 193.16 91.23 158.55 -
System Red Green Blue C M Y K H S L
Decimal 236 184 128 0 0.22 0.46 0.07 31.11 0.74 0.71
Hex EC B8 80 0 16 2E 7 1F 4A 47
Octal 354 270 200 0 26 56 7 37 112 107
Binary 11101100 10111000 10000000 0 10110 101110 111 11111 1001010 1000111

Color Harmonies of #ECB880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB880

Black with #ECB880

Text Example


Text Example

White with #ECB880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB880; }

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

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

background-color css

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

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

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

border-color css

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

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

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