Html Css Color HEX #EDCBA8 Negroni

📋 copy color: '#EDCBA8'

red 237 ◦ green 203 ◦ blue 168

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

Shades of Negroni #EDCBA8

Tints of Negroni #EDCBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 27.63%

R = 38.98%
G = 33.39%
B = 27.63%

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

#EDCBA8 (or 0xEDCBA8) is known color: Negroni. HEX triplet: ED, CB and A8. RGB value is (237,203,168). Sum of RGB (Red+Green+Blue) = 237+203+168=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 168 (66.02% from 255 or 27.63% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCBA8 is #123457. Grayscale: #D1D1D1. Windows color (decimal): -1193048 or 11062253. OLE color: 11062253.

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

Color convert

RGB 237 203 168 -
CMYK 0 0.14 0.29 0.07
HSL 30.43º 0.66% 0.79% -
HSV(B) 30.43º 0.29% 0.93% -
XYZ 63.35 63.54 45.97 -
YUV 209.18 104.76 147.85 -
System Red Green Blue C M Y K H S L
Decimal 237 203 168 0 0.14 0.29 0.07 30.43 0.66 0.79
Hex ED CB A8 0 E 1D 7 1E 42 4F
Octal 355 313 250 0 16 35 7 36 102 117
Binary 11101101 11001011 10101000 0 1110 11101 111 11110 1000010 1001111

Color Harmonies of #EDCBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCBA8

Black with #EDCBA8

Text Example


Text Example

White with #EDCBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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