Html Css Color HEX #EDC09C Negroni

📋 copy color: '#EDC09C'

red 237 ◦ green 192 ◦ blue 156

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

Shades of Negroni #EDC09C

Tints of Negroni #EDC09C

RGB

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

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

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

R = 40.51%
G = 32.82%
B = 26.67%

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

#EDC09C (or 0xEDC09C) is known color: Negroni. HEX triplet: ED, C0 and 9C. RGB value is (237,192,156). Sum of RGB (Red+Green+Blue) = 237+192+156=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 156 (61.33% from 255 or 26.67% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC09C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC09C is #123F63. Grayscale: #C9C9C9. Windows color (decimal): -1195876 or 10273005. OLE color: 10273005.

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

Color convert

RGB 237 192 156 -
CMYK 0 0.19 0.34 0.07
HSL 26.67º 0.69% 0.77% -
HSV(B) 26.67º 0.34% 0.93% -
XYZ 59.78 58.1 39.52 -
YUV 201.35 102.41 153.43 -
System Red Green Blue C M Y K H S L
Decimal 237 192 156 0 0.19 0.34 0.07 26.67 0.69 0.77
Hex ED C0 9C 0 13 22 7 1B 45 4D
Octal 355 300 234 0 23 42 7 33 105 115
Binary 11101101 11000000 10011100 0 10011 100010 111 11011 1000101 1001101

Color Harmonies of #EDC09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC09C

Black with #EDC09C

Text Example


Text Example

White with #EDC09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC09C; }

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

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

background-color css

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

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

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

border-color css

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

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

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