Html Css Color HEX #EFB69D Wax Flower

📋 copy color: '#EFB69D'

red 239 ◦ green 182 ◦ blue 157

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

Shades of Wax Flower #EFB69D

Tints of Wax Flower #EFB69D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.49%

 BLUE value IS 157 (61.72% from 255) = 27.16%

R = 41.35%
G = 31.49%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFB69D (or 0xEFB69D) is known color: Wax Flower. HEX triplet: EF, B6 and 9D. RGB value is (239,182,157). Sum of RGB (Red+Green+Blue) = 239+182+157=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 182 (71.48% from 255 or 31.49% from 578); Blue value is 157 (61.72% from 255 or 27.16% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB69D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB69D is #104962. Grayscale: #C4C4C4. Windows color (decimal): -1067363 or 10335983. OLE color: 10335983.

HSL color Cylindrical-coordinate representation of color #EFB69D: hue angle of 18.29º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFB69D is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 182 157 -
CMYK 0 0.24 0.34 0.06
HSL 18.29º 0.72% 0.78% -
HSV(B) 18.29º 0.34% 0.94% -
XYZ 58.41 54.24 39.29 -
YUV 196.19 105.88 158.53 -
System Red Green Blue C M Y K H S L
Decimal 239 182 157 0 0.24 0.34 0.06 18.29 0.72 0.78
Hex EF B6 9D 0 18 22 6 12 48 4E
Octal 357 266 235 0 30 42 6 22 110 116
Binary 11101111 10110110 10011101 0 11000 100010 110 10010 1001000 1001110

Color Harmonies of #EFB69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB69D

Black with #EFB69D

Text Example


Text Example

White with #EFB69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB69D; }

 p { color: rgb(239,182,157); }

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

background-color css

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

 a { background-color: rgb(239,182,157); }

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

border-color css

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

 span { border-color: rgb(239,182,157); }

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