Html Css Color HEX #EEBCA3 Wax Flower

📋 copy color: '#EEBCA3'

red 238 ◦ green 188 ◦ blue 163

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

Shades of Wax Flower #EEBCA3

Tints of Wax Flower #EEBCA3

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.92%

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

R = 40.41%
G = 31.92%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EEBCA3 (or 0xEEBCA3) is known color: Wax Flower. HEX triplet: EE, BC and A3. RGB value is (238,188,163). Sum of RGB (Red+Green+Blue) = 238+188+163=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 163 (64.06% from 255 or 27.67% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBCA3 is #11435C. Grayscale: #C8C8C8. Windows color (decimal): -1131357 or 10730734. OLE color: 10730734.

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

Color convert

RGB 238 188 163 -
CMYK 0 0.21 0.32 0.07
HSL 20º 0.69% 0.79% -
HSV(B) 20º 0.32% 0.93% -
XYZ 59.85 56.79 42.46 -
YUV 200.1 107.07 155.03 -
System Red Green Blue C M Y K H S L
Decimal 238 188 163 0 0.21 0.32 0.07 20 0.69 0.79
Hex EE BC A3 0 15 20 7 14 45 4F
Octal 356 274 243 0 25 40 7 24 105 117
Binary 11101110 10111100 10100011 0 10101 100000 111 10100 1000101 1001111

Color Harmonies of #EEBCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBCA3

Black with #EEBCA3

Text Example


Text Example

White with #EEBCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBCA3; }

 p { color: rgb(238,188,163); }

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

background-color css

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

 a { background-color: rgb(238,188,163); }

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

border-color css

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

 span { border-color: rgb(238,188,163); }

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