Html Css Color HEX #EFA19C Rose Bud

📋 copy color: '#EFA19C'

red 239 ◦ green 161 ◦ blue 156

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

Shades of Rose Bud #EFA19C

Tints of Rose Bud #EFA19C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.96%

 BLUE value IS 156 (61.33% from 255) = 28.06%

R = 42.99%
G = 28.96%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EFA19C (or 0xEFA19C) is known color: Rose Bud. HEX triplet: EF, A1 and 9C. RGB value is (239,161,156). Sum of RGB (Red+Green+Blue) = 239+161+156=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 161 (63.28% from 255 or 28.96% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA19C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA19C is #105E63. Grayscale: #B7B7B7. Windows color (decimal): -1072740 or 10265071. OLE color: 10265071.

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

Color convert

RGB 239 161 156 -
CMYK 0 0.33 0.35 0.06
HSL 3.61º 0.72% 0.77% -
HSV(B) 3.61º 0.35% 0.94% -
XYZ 54.34 46.24 37.51 -
YUV 183.75 112.34 167.41 -
System Red Green Blue C M Y K H S L
Decimal 239 161 156 0 0.33 0.35 0.06 3.61 0.72 0.77
Hex EF A1 9C 0 21 23 6 4 48 4D
Octal 357 241 234 0 41 43 6 4 110 115
Binary 11101111 10100001 10011100 0 100001 100011 110 100 1001000 1001101

Color Harmonies of #EFA19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA19C

Black with #EFA19C

Text Example


Text Example

White with #EFA19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA19C; }

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

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

background-color css

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

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

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

border-color css

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

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

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