Html Css Color HEX #EDBFA2 Negroni

📋 copy color: '#EDBFA2'

red 237 ◦ green 191 ◦ blue 162

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

Shades of Negroni #EDBFA2

Tints of Negroni #EDBFA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 27.46%

R = 40.17%
G = 32.37%
B = 27.46%

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

#EDBFA2 (or 0xEDBFA2) is known color: Negroni. HEX triplet: ED, BF and A2. RGB value is (237,191,162). Sum of RGB (Red+Green+Blue) = 237+191+162=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 162 (63.67% from 255 or 27.46% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBFA2 is #12405D. Grayscale: #C9C9C9. Windows color (decimal): -1196126 or 10665965. OLE color: 10665965.

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

Color convert

RGB 237 191 162 -
CMYK 0 0.19 0.32 0.07
HSL 23.2º 0.68% 0.78% -
HSV(B) 23.2º 0.32% 0.93% -
XYZ 60.08 57.87 42.19 -
YUV 201.45 105.74 153.36 -
System Red Green Blue C M Y K H S L
Decimal 237 191 162 0 0.19 0.32 0.07 23.2 0.68 0.78
Hex ED BF A2 0 13 20 7 17 44 4E
Octal 355 277 242 0 23 40 7 27 104 116
Binary 11101101 10111111 10100010 0 10011 100000 111 10111 1000100 1001110

Color Harmonies of #EDBFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBFA2

Black with #EDBFA2

Text Example


Text Example

White with #EDBFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBFA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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