Html Css Color HEX #EDCBA6 Negroni

📋 copy color: '#EDCBA6'

red 237 ◦ green 203 ◦ blue 166

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

Shades of Negroni #EDCBA6

Tints of Negroni #EDCBA6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.5%

 BLUE value IS 166 (65.23% from 255) = 27.39%

R = 39.11%
G = 33.5%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EDCBA6 (or 0xEDCBA6) is known color: Negroni. HEX triplet: ED, CB and A6. RGB value is (237,203,166). Sum of RGB (Red+Green+Blue) = 237+203+166=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 166 (65.23% from 255 or 27.39% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCBA6 is #123459. Grayscale: #D1D1D1. Windows color (decimal): -1193050 or 10931181. OLE color: 10931181.

HSL color Cylindrical-coordinate representation of color #EDCBA6: hue angle of 31.27º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDCBA6 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 203 166 -
CMYK 0 0.14 0.30 0.07
HSL 31.27º 0.66% 0.79% -
HSV(B) 31.27º 0.3% 0.93% -
XYZ 63.16 63.47 45 -
YUV 208.95 103.76 148.01 -
System Red Green Blue C M Y K H S L
Decimal 237 203 166 0 0.14 0.30 0.07 31.27 0.66 0.79
Hex ED CB A6 0 E 1E 7 1F 42 4F
Octal 355 313 246 0 16 36 7 37 102 117
Binary 11101101 11001011 10100110 0 1110 11110 111 11111 1000010 1001111

Color Harmonies of #EDCBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCBA6

Black with #EDCBA6

Text Example


Text Example

White with #EDCBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCBA6; }

 p { color: rgb(237,203,166); }

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

background-color css

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

 a { background-color: rgb(237,203,166); }

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

border-color css

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

 span { border-color: rgb(237,203,166); }

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