#ECBD9E

Color #ECBD9E Negroni (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Negroni #ECBD9E

Tints of Negroni #ECBD9E

Color information

#ECBD9E (or 0xECBD9E) is unknown color: approx Negroni. HEX triplet: EC, BD and 9E. RGB value is (236,189,158). Sum of RGB (Red+Green+Blue) = 236+189+158=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 158 (62.11% from 255 or 27.10% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBD9E is #134261. Grayscale: #C7C7C7. Windows color (decimal): -1262178 or 10403308. OLE color: 10403308.

HSL color Cylindrical-coordinate representation of color #ECBD9E: hue angle of 23.85º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECBD9E is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB236189158-
CMYK00.200.330.07
HSL23.85º67.24%77.25%-
HSV(B)23.85º33.05%92.55%-
XYZ58.9656.740.18-
YUV199.52104.57154.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.48%
GREEN value IS 189 (74.22% from 255) = 32.42%
BLUE value IS 158 (62.11% from 255) = 27.10%
R=40.48%
G=32.42%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618915800.200.330.0723.8567.2477.25
HexECBD9E01421718434d
Octal35427523602441730103115
Binary1110110010111101100111100101001000011111100010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBD9E; }

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

 H1.HeaderClassName
 {
   color: #ECBD9E;
 }
 .AnyTagClassName
 {
   color: #ECBD9E;
 }
</style>
background-color css

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

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

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

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

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

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