Html Css Color HEX #EDC19C Negroni

📋 copy color: '#EDC19C'

red 237 ◦ green 193 ◦ blue 156

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

Shades of Negroni #EDC19C

Tints of Negroni #EDC19C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.94%

 BLUE value IS 156 (61.33% from 255) = 26.62%

R = 40.44%
G = 32.94%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDC19C (or 0xEDC19C) is known color: Negroni. HEX triplet: ED, C1 and 9C. RGB value is (237,193,156). Sum of RGB (Red+Green+Blue) = 237+193+156=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 156 (61.33% from 255 or 26.62% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC19C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC19C is #123E63. Grayscale: #CACACA. Windows color (decimal): -1195620 or 10273261. OLE color: 10273261.

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

Color convert

RGB 237 193 156 -
CMYK 0 0.19 0.34 0.07
HSL 27.41º 0.69% 0.77% -
HSV(B) 27.41º 0.34% 0.93% -
XYZ 60 58.54 39.59 -
YUV 201.94 102.08 153.01 -
System Red Green Blue C M Y K H S L
Decimal 237 193 156 0 0.19 0.34 0.07 27.41 0.69 0.77
Hex ED C1 9C 0 13 22 7 1B 45 4D
Octal 355 301 234 0 23 42 7 33 105 115
Binary 11101101 11000001 10011100 0 10011 100010 111 11011 1000101 1001101

Color Harmonies of #EDC19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC19C

Black with #EDC19C

Text Example


Text Example

White with #EDC19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC19C; }

 p { color: rgb(237,193,156); }

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

background-color css

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

 a { background-color: rgb(237,193,156); }

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

border-color css

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

 span { border-color: rgb(237,193,156); }

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