Html Css Color HEX #EDC8A3 Negroni

📋 copy color: '#EDC8A3'

red 237 ◦ green 200 ◦ blue 163

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

Shades of Negroni #EDC8A3

Tints of Negroni #EDC8A3

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.33%

 BLUE value IS 163 (64.06% from 255) = 27.17%

R = 39.5%
G = 33.33%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EDC8A3 (or 0xEDC8A3) is known color: Negroni. HEX triplet: ED, C8 and A3. RGB value is (237,200,163). Sum of RGB (Red+Green+Blue) = 237+200+163=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 200 (78.52% from 255 or 33.33% from 600); Blue value is 163 (64.06% from 255 or 27.17% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC8A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC8A3 is #12375C. Grayscale: #CFCFCF. Windows color (decimal): -1193821 or 10733805. OLE color: 10733805.

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

Color convert

RGB 237 200 163 -
CMYK 0 0.16 0.31 0.07
HSL 30º 0.67% 0.78% -
HSV(B) 30º 0.31% 0.93% -
XYZ 62.19 61.96 43.33 -
YUV 206.85 103.26 149.51 -
System Red Green Blue C M Y K H S L
Decimal 237 200 163 0 0.16 0.31 0.07 30 0.67 0.78
Hex ED C8 A3 0 10 1F 7 1E 43 4E
Octal 355 310 243 0 20 37 7 36 103 116
Binary 11101101 11001000 10100011 0 10000 11111 111 11110 1000011 1001110

Color Harmonies of #EDC8A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC8A3

Black with #EDC8A3

Text Example


Text Example

White with #EDC8A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC8A3; }

 p { color: rgb(237,200,163); }

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

background-color css

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

 a { background-color: rgb(237,200,163); }

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

border-color css

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

 span { border-color: rgb(237,200,163); }

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