Html Css Color HEX #EDC19E Negroni

📋 copy color: '#EDC19E'

red 237 ◦ green 193 ◦ blue 158

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

Shades of Negroni #EDC19E

Tints of Negroni #EDC19E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 26.87%

R = 40.31%
G = 32.82%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDC19E (or 0xEDC19E) is known color: Negroni. HEX triplet: ED, C1 and 9E. RGB value is (237,193,158). Sum of RGB (Red+Green+Blue) = 237+193+158=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 158 (62.11% from 255 or 26.87% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC19E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC19E is #123E61. Grayscale: #CACACA. Windows color (decimal): -1195618 or 10404333. OLE color: 10404333.

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

Color convert

RGB 237 193 158 -
CMYK 0 0.19 0.33 0.07
HSL 26.58º 0.69% 0.77% -
HSV(B) 26.58º 0.33% 0.93% -
XYZ 60.17 58.61 40.49 -
YUV 202.17 103.08 152.85 -
System Red Green Blue C M Y K H S L
Decimal 237 193 158 0 0.19 0.33 0.07 26.58 0.69 0.77
Hex ED C1 9E 0 13 21 7 1B 45 4D
Octal 355 301 236 0 23 41 7 33 105 115
Binary 11101101 11000001 10011110 0 10011 100001 111 11011 1000101 1001101

Color Harmonies of #EDC19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC19E

Black with #EDC19E

Text Example


Text Example

White with #EDC19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC19E; }

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

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

background-color css

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

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

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

border-color css

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

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

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