Html Css Color HEX #EFBDA3 Wax Flower

📋 copy color: '#EFBDA3'

red 239 ◦ green 189 ◦ blue 163

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

Shades of Wax Flower #EFBDA3

Tints of Wax Flower #EFBDA3

RGB

 RED value IS 239 (93.75% from 255) = 40.44%

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

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

R = 40.44%
G = 31.98%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EFBDA3 (or 0xEFBDA3) is known color: Wax Flower. HEX triplet: EF, BD and A3. RGB value is (239,189,163). Sum of RGB (Red+Green+Blue) = 239+189+163=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 163 (64.06% from 255 or 27.58% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBDA3 is #10425C. Grayscale: #C9C9C9. Windows color (decimal): -1065565 or 10730991. OLE color: 10730991.

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

Color convert

RGB 239 189 163 -
CMYK 0 0.21 0.32 0.06
HSL 20.53º 0.7% 0.79% -
HSV(B) 20.53º 0.32% 0.94% -
XYZ 60.41 57.39 42.54 -
YUV 200.99 106.57 155.11 -
System Red Green Blue C M Y K H S L
Decimal 239 189 163 0 0.21 0.32 0.06 20.53 0.7 0.79
Hex EF BD A3 0 15 20 6 15 46 4F
Octal 357 275 243 0 25 40 6 25 106 117
Binary 11101111 10111101 10100011 0 10101 100000 110 10101 1000110 1001111

Color Harmonies of #EFBDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBDA3

Black with #EFBDA3

Text Example


Text Example

White with #EFBDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBDA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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