Html Css Color HEX #EDC09E Negroni

📋 copy color: '#EDC09E'

red 237 ◦ green 192 ◦ blue 158

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

Shades of Negroni #EDC09E

Tints of Negroni #EDC09E

RGB

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

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

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

R = 40.37%
G = 32.71%
B = 26.92%

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

#EDC09E (or 0xEDC09E) is known color: Negroni. HEX triplet: ED, C0 and 9E. RGB value is (237,192,158). Sum of RGB (Red+Green+Blue) = 237+192+158=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 158 (62.11% from 255 or 26.92% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC09E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC09E is #123F61. Grayscale: #C9C9C9. Windows color (decimal): -1195874 or 10404077. OLE color: 10404077.

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

Color convert

RGB 237 192 158 -
CMYK 0 0.19 0.33 0.07
HSL 25.82º 0.69% 0.77% -
HSV(B) 25.82º 0.33% 0.93% -
XYZ 59.95 58.17 40.42 -
YUV 201.58 103.41 153.26 -
System Red Green Blue C M Y K H S L
Decimal 237 192 158 0 0.19 0.33 0.07 25.82 0.69 0.77
Hex ED C0 9E 0 13 21 7 1A 45 4D
Octal 355 300 236 0 23 41 7 32 105 115
Binary 11101101 11000000 10011110 0 10011 100001 111 11010 1000101 1001101

Color Harmonies of #EDC09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC09E

Black with #EDC09E

Text Example


Text Example

White with #EDC09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC09E; }

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

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

background-color css

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

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

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

border-color css

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

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

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