Html Css Color HEX #EEB4A4 Wax Flower

📋 copy color: '#EEB4A4'

red 238 ◦ green 180 ◦ blue 164

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

Shades of Wax Flower #EEB4A4

Tints of Wax Flower #EEB4A4

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.93%

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

R = 40.89%
G = 30.93%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EEB4A4 (or 0xEEB4A4) is known color: Wax Flower. HEX triplet: EE, B4 and A4. RGB value is (238,180,164). Sum of RGB (Red+Green+Blue) = 238+180+164=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 180 (70.70% from 255 or 30.93% from 582); Blue value is 164 (64.45% from 255 or 28.18% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB4A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB4A4 is #114B5B. Grayscale: #C3C3C3. Windows color (decimal): -1133404 or 10794222. OLE color: 10794222.

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

Color convert

RGB 238 180 164 -
CMYK 0 0.24 0.31 0.07
HSL 12.97º 0.69% 0.79% -
HSV(B) 12.97º 0.31% 0.93% -
XYZ 58.28 53.5 42.38 -
YUV 195.52 110.22 158.3 -
System Red Green Blue C M Y K H S L
Decimal 238 180 164 0 0.24 0.31 0.07 12.97 0.69 0.79
Hex EE B4 A4 0 18 1F 7 D 45 4F
Octal 356 264 244 0 30 37 7 15 105 117
Binary 11101110 10110100 10100100 0 11000 11111 111 1101 1000101 1001111

Color Harmonies of #EEB4A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB4A4

Black with #EEB4A4

Text Example


Text Example

White with #EEB4A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB4A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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