Html Css Color HEX #EFA19B Rose Bud

📋 copy color: '#EFA19B'

red 239 ◦ green 161 ◦ blue 155

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

Shades of Rose Bud #EFA19B

Tints of Rose Bud #EFA19B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.93%

R = 43.06%
G = 29.01%
B = 27.93%

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

#EFA19B (or 0xEFA19B) is known color: Rose Bud. HEX triplet: EF, A1 and 9B. RGB value is (239,161,155). Sum of RGB (Red+Green+Blue) = 239+161+155=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 161 (63.28% from 255 or 29.01% from 555); Blue value is 155 (60.94% from 255 or 27.93% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA19B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA19B is #105E64. Grayscale: #B7B7B7. Windows color (decimal): -1072741 or 10199535. OLE color: 10199535.

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

Color convert

RGB 239 161 155 -
CMYK 0 0.33 0.35 0.06
HSL 4.29º 0.72% 0.77% -
HSV(B) 4.29º 0.35% 0.94% -
XYZ 54.26 46.21 37.07 -
YUV 183.64 111.84 167.49 -
System Red Green Blue C M Y K H S L
Decimal 239 161 155 0 0.33 0.35 0.06 4.29 0.72 0.77
Hex EF A1 9B 0 21 23 6 4 48 4D
Octal 357 241 233 0 41 43 6 4 110 115
Binary 11101111 10100001 10011011 0 100001 100011 110 100 1001000 1001101

Color Harmonies of #EFA19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA19B

Black with #EFA19B

Text Example


Text Example

White with #EFA19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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