Html Css Color HEX #EDC7A4 Negroni

📋 copy color: '#EDC7A4'

red 237 ◦ green 199 ◦ blue 164

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

Shades of Negroni #EDC7A4

Tints of Negroni #EDC7A4

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.17%

 BLUE value IS 164 (64.45% from 255) = 27.33%

R = 39.5%
G = 33.17%
B = 27.33%

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

#EDC7A4 (or 0xEDC7A4) is known color: Negroni. HEX triplet: ED, C7 and A4. RGB value is (237,199,164). Sum of RGB (Red+Green+Blue) = 237+199+164=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 199 (78.12% from 255 or 33.17% from 600); Blue value is 164 (64.45% from 255 or 27.33% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC7A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC7A4 is #12385B. Grayscale: #CECECE. Windows color (decimal): -1194076 or 10799085. OLE color: 10799085.

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

Color convert

RGB 237 199 164 -
CMYK 0 0.16 0.31 0.07
HSL 28.77º 0.67% 0.79% -
HSV(B) 28.77º 0.31% 0.93% -
XYZ 62.05 61.53 43.73 -
YUV 206.37 104.09 149.85 -
System Red Green Blue C M Y K H S L
Decimal 237 199 164 0 0.16 0.31 0.07 28.77 0.67 0.79
Hex ED C7 A4 0 10 1F 7 1D 43 4F
Octal 355 307 244 0 20 37 7 35 103 117
Binary 11101101 11000111 10100100 0 10000 11111 111 11101 1000011 1001111

Color Harmonies of #EDC7A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC7A4

Black with #EDC7A4

Text Example


Text Example

White with #EDC7A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC7A4; }

 p { color: rgb(237,199,164); }

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

background-color css

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

 a { background-color: rgb(237,199,164); }

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

border-color css

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

 span { border-color: rgb(237,199,164); }

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