Html Css Color HEX #EDBFA0 Negroni

📋 copy color: '#EDBFA0'

red 237 ◦ green 191 ◦ blue 160

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

Shades of Negroni #EDBFA0

Tints of Negroni #EDBFA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 27.21%

R = 40.31%
G = 32.48%
B = 27.21%

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

#EDBFA0 (or 0xEDBFA0) is known color: Negroni. HEX triplet: ED, BF and A0. RGB value is (237,191,160). Sum of RGB (Red+Green+Blue) = 237+191+160=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 160 (62.89% from 255 or 27.21% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBFA0 is #12405F. Grayscale: #C9C9C9. Windows color (decimal): -1196128 or 10534893. OLE color: 10534893.

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

Color convert

RGB 237 191 160 -
CMYK 0 0.19 0.32 0.07
HSL 24.16º 0.68% 0.78% -
HSV(B) 24.16º 0.32% 0.93% -
XYZ 59.9 57.8 41.26 -
YUV 201.22 104.74 153.52 -
System Red Green Blue C M Y K H S L
Decimal 237 191 160 0 0.19 0.32 0.07 24.16 0.68 0.78
Hex ED BF A0 0 13 20 7 18 44 4E
Octal 355 277 240 0 23 40 7 30 104 116
Binary 11101101 10111111 10100000 0 10011 100000 111 11000 1000100 1001110

Color Harmonies of #EDBFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBFA0

Black with #EDBFA0

Text Example


Text Example

White with #EDBFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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