Html Css Color HEX #EDBF9E Negroni

📋 copy color: '#EDBF9E'

red 237 ◦ green 191 ◦ blue 158

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

Shades of Negroni #EDBF9E

Tints of Negroni #EDBF9E

RGB

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

 GREEN value IS 191 (75% from 255) = 32.59%

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

R = 40.44%
G = 32.59%
B = 26.96%

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

#EDBF9E (or 0xEDBF9E) is known color: Negroni. HEX triplet: ED, BF and 9E. RGB value is (237,191,158). Sum of RGB (Red+Green+Blue) = 237+191+158=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 158 (62.11% from 255 or 26.96% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBF9E is #124061. Grayscale: #C9C9C9. Windows color (decimal): -1196130 or 10403821. OLE color: 10403821.

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

Color convert

RGB 237 191 158 -
CMYK 0 0.19 0.33 0.07
HSL 25.06º 0.69% 0.77% -
HSV(B) 25.06º 0.33% 0.93% -
XYZ 59.73 57.73 40.34 -
YUV 200.99 103.74 153.68 -
System Red Green Blue C M Y K H S L
Decimal 237 191 158 0 0.19 0.33 0.07 25.06 0.69 0.77
Hex ED BF 9E 0 13 21 7 19 45 4D
Octal 355 277 236 0 23 41 7 31 105 115
Binary 11101101 10111111 10011110 0 10011 100001 111 11001 1000101 1001101

Color Harmonies of #EDBF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBF9E

Black with #EDBF9E

Text Example


Text Example

White with #EDBF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBF9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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