Html Css Color HEX #EDBFA1 Negroni

📋 copy color: '#EDBFA1'

red 237 ◦ green 191 ◦ blue 161

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

Shades of Negroni #EDBFA1

Tints of Negroni #EDBFA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 27.33%

R = 40.24%
G = 32.43%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EDBFA1 (or 0xEDBFA1) is known color: Negroni. HEX triplet: ED, BF and A1. RGB value is (237,191,161). Sum of RGB (Red+Green+Blue) = 237+191+161=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 161 (63.28% from 255 or 27.33% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBFA1 is #12405E. Grayscale: #C9C9C9. Windows color (decimal): -1196127 or 10600429. OLE color: 10600429.

HSL color Cylindrical-coordinate representation of color #EDBFA1: hue angle of 23.68º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDBFA1 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 191 161 -
CMYK 0 0.19 0.32 0.07
HSL 23.68º 0.68% 0.78% -
HSV(B) 23.68º 0.32% 0.93% -
XYZ 59.99 57.84 41.72 -
YUV 201.33 105.24 153.44 -
System Red Green Blue C M Y K H S L
Decimal 237 191 161 0 0.19 0.32 0.07 23.68 0.68 0.78
Hex ED BF A1 0 13 20 7 18 44 4E
Octal 355 277 241 0 23 40 7 30 104 116
Binary 11101101 10111111 10100001 0 10011 100000 111 11000 1000100 1001110

Color Harmonies of #EDBFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBFA1

Black with #EDBFA1

Text Example


Text Example

White with #EDBFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBFA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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