Html Css Color HEX #EDC4A1 Negroni

📋 copy color: '#EDC4A1'

red 237 ◦ green 196 ◦ blue 161

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

Shades of Negroni #EDC4A1

Tints of Negroni #EDC4A1

RGB

 RED value IS 237 (92.97% from 255) = 39.9%

 GREEN value IS 196 (76.95% from 255) = 33%

 BLUE value IS 161 (63.28% from 255) = 27.1%

R = 39.9%
G = 33%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EDC4A1 (or 0xEDC4A1) is known color: Negroni. HEX triplet: ED, C4 and A1. RGB value is (237,196,161). Sum of RGB (Red+Green+Blue) = 237+196+161=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 196 (76.95% from 255 or 33.00% from 594); Blue value is 161 (63.28% from 255 or 27.10% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC4A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC4A1 is #123B5E. Grayscale: #CCCCCC. Windows color (decimal): -1194847 or 10601709. OLE color: 10601709.

HSL color Cylindrical-coordinate representation of color #EDC4A1: hue angle of 27.63º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDC4A1 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 196 161 -
CMYK 0 0.17 0.32 0.07
HSL 27.63º 0.68% 0.78% -
HSV(B) 27.63º 0.32% 0.93% -
XYZ 61.1 60.06 42.09 -
YUV 204.27 103.58 151.35 -
System Red Green Blue C M Y K H S L
Decimal 237 196 161 0 0.17 0.32 0.07 27.63 0.68 0.78
Hex ED C4 A1 0 11 20 7 1C 44 4E
Octal 355 304 241 0 21 40 7 34 104 116
Binary 11101101 11000100 10100001 0 10001 100000 111 11100 1000100 1001110

Color Harmonies of #EDC4A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC4A1

Black with #EDC4A1

Text Example


Text Example

White with #EDC4A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC4A1; }

 p { color: rgb(237,196,161); }

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

background-color css

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

 a { background-color: rgb(237,196,161); }

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

border-color css

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

 span { border-color: rgb(237,196,161); }

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