Html Css Color HEX #EFBCA2 Wax Flower

📋 copy color: '#EFBCA2'

red 239 ◦ green 188 ◦ blue 162

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

Shades of Wax Flower #EFBCA2

Tints of Wax Flower #EFBCA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 27.5%

R = 40.58%
G = 31.92%
B = 27.5%

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

#EFBCA2 (or 0xEFBCA2) is known color: Wax Flower. HEX triplet: EF, BC and A2. RGB value is (239,188,162). Sum of RGB (Red+Green+Blue) = 239+188+162=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 162 (63.67% from 255 or 27.50% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBCA2 is #10435D. Grayscale: #C8C8C8. Windows color (decimal): -1065822 or 10665199. OLE color: 10665199.

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

Color convert

RGB 239 188 162 -
CMYK 0 0.21 0.32 0.06
HSL 20.26º 0.71% 0.79% -
HSV(B) 20.26º 0.32% 0.94% -
XYZ 60.1 56.93 42 -
YUV 200.29 106.4 155.61 -
System Red Green Blue C M Y K H S L
Decimal 239 188 162 0 0.21 0.32 0.06 20.26 0.71 0.79
Hex EF BC A2 0 15 20 6 14 47 4F
Octal 357 274 242 0 25 40 6 24 107 117
Binary 11101111 10111100 10100010 0 10101 100000 110 10100 1000111 1001111

Color Harmonies of #EFBCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBCA2

Black with #EFBCA2

Text Example


Text Example

White with #EFBCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBCA2; }

 p { color: rgb(239,188,162); }

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

background-color css

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

 a { background-color: rgb(239,188,162); }

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

border-color css

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

 span { border-color: rgb(239,188,162); }

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