Html Css Color HEX #EFAFA2 Wax Flower

📋 copy color: '#EFAFA2'

red 239 ◦ green 175 ◦ blue 162

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

Shades of Wax Flower #EFAFA2

Tints of Wax Flower #EFAFA2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.38%

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

R = 41.49%
G = 30.38%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EFAFA2 (or 0xEFAFA2) is known color: Wax Flower. HEX triplet: EF, AF and A2. RGB value is (239,175,162). Sum of RGB (Red+Green+Blue) = 239+175+162=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 162 (63.67% from 255 or 28.12% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAFA2 is #10505D. Grayscale: #C0C0C0. Windows color (decimal): -1069150 or 10661871. OLE color: 10661871.

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

Color convert

RGB 239 175 162 -
CMYK 0 0.27 0.32 0.06
HSL 10.13º 0.71% 0.79% -
HSV(B) 10.13º 0.32% 0.94% -
XYZ 57.45 51.62 41.12 -
YUV 192.65 110.7 161.06 -
System Red Green Blue C M Y K H S L
Decimal 239 175 162 0 0.27 0.32 0.06 10.13 0.71 0.79
Hex EF AF A2 0 1B 20 6 A 47 4F
Octal 357 257 242 0 33 40 6 12 107 117
Binary 11101111 10101111 10100010 0 11011 100000 110 1010 1000111 1001111

Color Harmonies of #EFAFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAFA2

Black with #EFAFA2

Text Example


Text Example

White with #EFAFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAFA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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