Html Css Color HEX #EFBCA5 Wax Flower

📋 copy color: '#EFBCA5'

red 239 ◦ green 188 ◦ blue 165

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

Shades of Wax Flower #EFBCA5

Tints of Wax Flower #EFBCA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.87%

R = 40.37%
G = 31.76%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EFBCA5 (or 0xEFBCA5) is known color: Wax Flower. HEX triplet: EF, BC and A5. RGB value is (239,188,165). Sum of RGB (Red+Green+Blue) = 239+188+165=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 165 (64.84% from 255 or 27.87% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBCA5 is #10435A. Grayscale: #C8C8C8. Windows color (decimal): -1065819 or 10861807. OLE color: 10861807.

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

Color convert

RGB 239 188 165 -
CMYK 0 0.21 0.31 0.06
HSL 18.65º 0.7% 0.79% -
HSV(B) 18.65º 0.31% 0.94% -
XYZ 60.37 57.03 43.42 -
YUV 200.63 107.9 155.37 -
System Red Green Blue C M Y K H S L
Decimal 239 188 165 0 0.21 0.31 0.06 18.65 0.7 0.79
Hex EF BC A5 0 15 1F 6 13 46 4F
Octal 357 274 245 0 25 37 6 23 106 117
Binary 11101111 10111100 10100101 0 10101 11111 110 10011 1000110 1001111

Color Harmonies of #EFBCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBCA5

Black with #EFBCA5

Text Example


Text Example

White with #EFBCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBCA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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