Html Css Color HEX #EDCAA8 Negroni

📋 copy color: '#EDCAA8'

red 237 ◦ green 202 ◦ blue 168

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

Shades of Negroni #EDCAA8

Tints of Negroni #EDCAA8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.28%

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

R = 39.04%
G = 33.28%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EDCAA8 (or 0xEDCAA8) is known color: Negroni. HEX triplet: ED, CA and A8. RGB value is (237,202,168). Sum of RGB (Red+Green+Blue) = 237+202+168=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 168 (66.02% from 255 or 27.68% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCAA8 is #123557. Grayscale: #D0D0D0. Windows color (decimal): -1193304 or 11061997. OLE color: 11061997.

HSL color Cylindrical-coordinate representation of color #EDCAA8: hue angle of 29.57º 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 #EDCAA8 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 202 168 -
CMYK 0 0.15 0.29 0.07
HSL 29.57º 0.66% 0.79% -
HSV(B) 29.57º 0.29% 0.93% -
XYZ 63.11 63.07 45.89 -
YUV 208.59 105.1 148.26 -
System Red Green Blue C M Y K H S L
Decimal 237 202 168 0 0.15 0.29 0.07 29.57 0.66 0.79
Hex ED CA A8 0 F 1D 7 1E 42 4F
Octal 355 312 250 0 17 35 7 36 102 117
Binary 11101101 11001010 10101000 0 1111 11101 111 11110 1000010 1001111

Color Harmonies of #EDCAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCAA8

Black with #EDCAA8

Text Example


Text Example

White with #EDCAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCAA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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