Html Css Color HEX #EECAA4 Negroni

📋 copy color: '#EECAA4'

red 238 ◦ green 202 ◦ blue 164

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

Shades of Negroni #EECAA4

Tints of Negroni #EECAA4

RGB

 RED value IS 238 (93.36% from 255) = 39.4%

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

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

R = 39.4%
G = 33.44%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EECAA4 (or 0xEECAA4) is known color: Negroni. HEX triplet: EE, CA and A4. RGB value is (238,202,164). Sum of RGB (Red+Green+Blue) = 238+202+164=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 164 (64.45% from 255 or 27.15% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECAA4 is #11355B. Grayscale: #D0D0D0. Windows color (decimal): -1127772 or 10799854. OLE color: 10799854.

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

Color convert

RGB 238 202 164 -
CMYK 0 0.15 0.31 0.07
HSL 30.81º 0.69% 0.79% -
HSV(B) 30.81º 0.31% 0.93% -
XYZ 63.08 63.1 43.98 -
YUV 208.43 102.93 149.09 -
System Red Green Blue C M Y K H S L
Decimal 238 202 164 0 0.15 0.31 0.07 30.81 0.69 0.79
Hex EE CA A4 0 F 1F 7 1F 45 4F
Octal 356 312 244 0 17 37 7 37 105 117
Binary 11101110 11001010 10100100 0 1111 11111 111 11111 1000101 1001111

Color Harmonies of #EECAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECAA4

Black with #EECAA4

Text Example


Text Example

White with #EECAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECAA4; }

 p { color: rgb(238,202,164); }

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

background-color css

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

 a { background-color: rgb(238,202,164); }

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

border-color css

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

 span { border-color: rgb(238,202,164); }

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