Html Css Color HEX #EDC39E Negroni

📋 copy color: '#EDC39E'

red 237 ◦ green 195 ◦ blue 158

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

Shades of Negroni #EDC39E

Tints of Negroni #EDC39E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.05%

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

R = 40.17%
G = 33.05%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDC39E (or 0xEDC39E) is known color: Negroni. HEX triplet: ED, C3 and 9E. RGB value is (237,195,158). Sum of RGB (Red+Green+Blue) = 237+195+158=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 195 (76.56% from 255 or 33.05% from 590); Blue value is 158 (62.11% from 255 or 26.78% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC39E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC39E is #123C61. Grayscale: #CBCBCB. Windows color (decimal): -1195106 or 10404845. OLE color: 10404845.

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

Color convert

RGB 237 195 158 -
CMYK 0 0.18 0.33 0.07
HSL 28.1º 0.69% 0.77% -
HSV(B) 28.1º 0.33% 0.93% -
XYZ 60.61 59.5 40.64 -
YUV 203.34 102.41 152.01 -
System Red Green Blue C M Y K H S L
Decimal 237 195 158 0 0.18 0.33 0.07 28.1 0.69 0.77
Hex ED C3 9E 0 12 21 7 1C 45 4D
Octal 355 303 236 0 22 41 7 34 105 115
Binary 11101101 11000011 10011110 0 10010 100001 111 11100 1000101 1001101

Color Harmonies of #EDC39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC39E

Black with #EDC39E

Text Example


Text Example

White with #EDC39E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC39E; }

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

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

background-color css

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

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

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

border-color css

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

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

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