Html Css Color HEX #EDC4A6 Negroni

📋 copy color: '#EDC4A6'

red 237 ◦ green 196 ◦ blue 166

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

Shades of Negroni #EDC4A6

Tints of Negroni #EDC4A6

RGB

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

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

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

R = 39.57%
G = 32.72%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EDC4A6 (or 0xEDC4A6) is known color: Negroni. HEX triplet: ED, C4 and A6. RGB value is (237,196,166). Sum of RGB (Red+Green+Blue) = 237+196+166=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 196 (76.95% from 255 or 32.72% from 599); Blue value is 166 (65.23% from 255 or 27.71% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC4A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC4A6 is #123B59. Grayscale: #CDCDCD. Windows color (decimal): -1194842 or 10929389. OLE color: 10929389.

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

Color convert

RGB 237 196 166 -
CMYK 0 0.17 0.30 0.07
HSL 25.35º 0.66% 0.79% -
HSV(B) 25.35º 0.3% 0.93% -
XYZ 61.55 60.24 44.46 -
YUV 204.84 106.08 150.94 -
System Red Green Blue C M Y K H S L
Decimal 237 196 166 0 0.17 0.30 0.07 25.35 0.66 0.79
Hex ED C4 A6 0 11 1E 7 19 42 4F
Octal 355 304 246 0 21 36 7 31 102 117
Binary 11101101 11000100 10100110 0 10001 11110 111 11001 1000010 1001111

Color Harmonies of #EDC4A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC4A6

Black with #EDC4A6

Text Example


Text Example

White with #EDC4A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC4A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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