Html Css Color HEX #EDC09F Negroni

📋 copy color: '#EDC09F'

red 237 ◦ green 192 ◦ blue 159

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

Shades of Negroni #EDC09F

Tints of Negroni #EDC09F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.65%

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

R = 40.31%
G = 32.65%
B = 27.04%

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

#EDC09F (or 0xEDC09F) is known color: Negroni. HEX triplet: ED, C0 and 9F. RGB value is (237,192,159). Sum of RGB (Red+Green+Blue) = 237+192+159=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 159 (62.5% from 255 or 27.04% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC09F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC09F is #123F60. Grayscale: #C9C9C9. Windows color (decimal): -1195873 or 10469613. OLE color: 10469613.

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

Color convert

RGB 237 192 159 -
CMYK 0 0.19 0.33 0.07
HSL 25.38º 0.68% 0.78% -
HSV(B) 25.38º 0.33% 0.93% -
XYZ 60.03 58.21 40.87 -
YUV 201.69 103.91 153.18 -
System Red Green Blue C M Y K H S L
Decimal 237 192 159 0 0.19 0.33 0.07 25.38 0.68 0.78
Hex ED C0 9F 0 13 21 7 19 44 4E
Octal 355 300 237 0 23 41 7 31 104 116
Binary 11101101 11000000 10011111 0 10011 100001 111 11001 1000100 1001110

Color Harmonies of #EDC09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC09F

Black with #EDC09F

Text Example


Text Example

White with #EDC09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC09F; }

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

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

background-color css

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

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

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

border-color css

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

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

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