Html Css Color HEX #EEBDA3 Wax Flower

📋 copy color: '#EEBDA3'

red 238 ◦ green 189 ◦ blue 163

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

Shades of Wax Flower #EEBDA3

Tints of Wax Flower #EEBDA3

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.03%

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

R = 40.34%
G = 32.03%
B = 27.63%

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

#EEBDA3 (or 0xEEBDA3) is known color: Wax Flower. HEX triplet: EE, BD and A3. RGB value is (238,189,163). Sum of RGB (Red+Green+Blue) = 238+189+163=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 163 (64.06% from 255 or 27.63% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBDA3 is #11425C. Grayscale: #C8C8C8. Windows color (decimal): -1131101 or 10730990. OLE color: 10730990.

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

Color convert

RGB 238 189 163 -
CMYK 0 0.21 0.32 0.07
HSL 20.8º 0.69% 0.79% -
HSV(B) 20.8º 0.32% 0.93% -
XYZ 60.07 57.22 42.53 -
YUV 200.69 106.73 154.61 -
System Red Green Blue C M Y K H S L
Decimal 238 189 163 0 0.21 0.32 0.07 20.8 0.69 0.79
Hex EE BD A3 0 15 20 7 15 45 4F
Octal 356 275 243 0 25 40 7 25 105 117
Binary 11101110 10111101 10100011 0 10101 100000 111 10101 1000101 1001111

Color Harmonies of #EEBDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBDA3

Black with #EEBDA3

Text Example


Text Example

White with #EEBDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBDA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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