Html Css Color HEX #EDCBA9 Negroni

📋 copy color: '#EDCBA9'

red 237 ◦ green 203 ◦ blue 169

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

Shades of Negroni #EDCBA9

Tints of Negroni #EDCBA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 27.75%

R = 38.92%
G = 33.33%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EDCBA9 (or 0xEDCBA9) is known color: Negroni. HEX triplet: ED, CB and A9. RGB value is (237,203,169). Sum of RGB (Red+Green+Blue) = 237+203+169=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 169 (66.41% from 255 or 27.75% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCBA9 is #123456. Grayscale: #D1D1D1. Windows color (decimal): -1193047 or 11127789. OLE color: 11127789.

HSL color Cylindrical-coordinate representation of color #EDCBA9: hue angle of 30º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDCBA9 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 203 169 -
CMYK 0 0.14 0.29 0.07
HSL 30º 0.65% 0.8% -
HSV(B) 30º 0.29% 0.93% -
XYZ 63.44 63.58 46.46 -
YUV 209.29 105.26 147.76 -
System Red Green Blue C M Y K H S L
Decimal 237 203 169 0 0.14 0.29 0.07 30 0.65 0.8
Hex ED CB A9 0 E 1D 7 1E 41 50
Octal 355 313 251 0 16 35 7 36 101 120
Binary 11101101 11001011 10101001 0 1110 11101 111 11110 1000001 1010000

Color Harmonies of #EDCBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCBA9

Black with #EDCBA9

Text Example


Text Example

White with #EDCBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCBA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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