Html Css Color HEX #EFB7A2 Wax Flower

📋 copy color: '#EFB7A2'

red 239 ◦ green 183 ◦ blue 162

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

Shades of Wax Flower #EFB7A2

Tints of Wax Flower #EFB7A2

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.34%

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

R = 40.92%
G = 31.34%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EFB7A2 (or 0xEFB7A2) is known color: Wax Flower. HEX triplet: EF, B7 and A2. RGB value is (239,183,162). Sum of RGB (Red+Green+Blue) = 239+183+162=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 183 (71.88% from 255 or 31.34% from 584); Blue value is 162 (63.67% from 255 or 27.74% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB7A2 is #10485D. Grayscale: #C5C5C5. Windows color (decimal): -1067102 or 10663919. OLE color: 10663919.

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

Color convert

RGB 239 183 162 -
CMYK 0 0.23 0.32 0.06
HSL 16.36º 0.71% 0.79% -
HSV(B) 16.36º 0.32% 0.94% -
XYZ 59.05 54.83 41.65 -
YUV 197.35 108.05 157.71 -
System Red Green Blue C M Y K H S L
Decimal 239 183 162 0 0.23 0.32 0.06 16.36 0.71 0.79
Hex EF B7 A2 0 17 20 6 10 47 4F
Octal 357 267 242 0 27 40 6 20 107 117
Binary 11101111 10110111 10100010 0 10111 100000 110 10000 1000111 1001111

Color Harmonies of #EFB7A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB7A2

Black with #EFB7A2

Text Example


Text Example

White with #EFB7A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB7A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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