Html Css Color HEX #EDC9A6 Negroni

📋 copy color: '#EDC9A6'

red 237 ◦ green 201 ◦ blue 166

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

Shades of Negroni #EDC9A6

Tints of Negroni #EDC9A6

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.28%

 BLUE value IS 166 (65.23% from 255) = 27.48%

R = 39.24%
G = 33.28%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EDC9A6 (or 0xEDC9A6) is known color: Negroni. HEX triplet: ED, C9 and A6. RGB value is (237,201,166). Sum of RGB (Red+Green+Blue) = 237+201+166=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 201 (78.91% from 255 or 33.28% from 604); Blue value is 166 (65.23% from 255 or 27.48% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC9A6 is #123659. Grayscale: #CFCFCF. Windows color (decimal): -1193562 or 10930669. OLE color: 10930669.

HSL color Cylindrical-coordinate representation of color #EDC9A6: hue angle of 29.58º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDC9A6 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 201 166 -
CMYK 0 0.15 0.30 0.07
HSL 29.58º 0.66% 0.79% -
HSV(B) 29.58º 0.3% 0.93% -
XYZ 62.69 62.53 44.84 -
YUV 207.77 104.43 148.85 -
System Red Green Blue C M Y K H S L
Decimal 237 201 166 0 0.15 0.30 0.07 29.58 0.66 0.79
Hex ED C9 A6 0 F 1E 7 1E 42 4F
Octal 355 311 246 0 17 36 7 36 102 117
Binary 11101101 11001001 10100110 0 1111 11110 111 11110 1000010 1001111

Color Harmonies of #EDC9A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC9A6

Black with #EDC9A6

Text Example


Text Example

White with #EDC9A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC9A6; }

 p { color: rgb(237,201,166); }

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

background-color css

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

 a { background-color: rgb(237,201,166); }

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

border-color css

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

 span { border-color: rgb(237,201,166); }

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