Html Css Color HEX #EFAFA1 Wax Flower

📋 copy color: '#EFAFA1'

red 239 ◦ green 175 ◦ blue 161

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

Shades of Wax Flower #EFAFA1

Tints of Wax Flower #EFAFA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 28%

R = 41.57%
G = 30.43%
B = 28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFAFA1 (or 0xEFAFA1) is known color: Wax Flower. HEX triplet: EF, AF and A1. RGB value is (239,175,161). Sum of RGB (Red+Green+Blue) = 239+175+161=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 161 (63.28% from 255 or 28% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAFA1 is #10505E. Grayscale: #C0C0C0. Windows color (decimal): -1069151 or 10596335. OLE color: 10596335.

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

Color convert

RGB 239 175 161 -
CMYK 0 0.27 0.33 0.06
HSL 10.77º 0.71% 0.78% -
HSV(B) 10.77º 0.33% 0.94% -
XYZ 57.36 51.58 40.65 -
YUV 192.54 110.2 161.14 -
System Red Green Blue C M Y K H S L
Decimal 239 175 161 0 0.27 0.33 0.06 10.77 0.71 0.78
Hex EF AF A1 0 1B 21 6 B 47 4E
Octal 357 257 241 0 33 41 6 13 107 116
Binary 11101111 10101111 10100001 0 11011 100001 110 1011 1000111 1001110

Color Harmonies of #EFAFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAFA1

Black with #EFAFA1

Text Example


Text Example

White with #EFAFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAFA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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