Html Css Color HEX #EDC49F Negroni

📋 copy color: '#EDC49F'

red 237 ◦ green 196 ◦ blue 159

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

Shades of Negroni #EDC49F

Tints of Negroni #EDC49F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 26.86%

R = 40.03%
G = 33.11%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDC49F (or 0xEDC49F) is known color: Negroni. HEX triplet: ED, C4 and 9F. RGB value is (237,196,159). Sum of RGB (Red+Green+Blue) = 237+196+159=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 159 (62.5% from 255 or 26.86% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC49F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC49F is #123B60. Grayscale: #CCCCCC. Windows color (decimal): -1194849 or 10470637. OLE color: 10470637.

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

Color convert

RGB 237 196 159 -
CMYK 0 0.17 0.33 0.07
HSL 28.46º 0.68% 0.78% -
HSV(B) 28.46º 0.33% 0.93% -
XYZ 60.92 59.99 41.17 -
YUV 204.04 102.58 151.51 -
System Red Green Blue C M Y K H S L
Decimal 237 196 159 0 0.17 0.33 0.07 28.46 0.68 0.78
Hex ED C4 9F 0 11 21 7 1C 44 4E
Octal 355 304 237 0 21 41 7 34 104 116
Binary 11101101 11000100 10011111 0 10001 100001 111 11100 1000100 1001110

Color Harmonies of #EDC49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC49F

Black with #EDC49F

Text Example


Text Example

White with #EDC49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC49F; }

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

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

background-color css

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

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

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

border-color css

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

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

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