Html Css Color HEX #EFA29C Rose Bud

📋 copy color: '#EFA29C'

red 239 ◦ green 162 ◦ blue 156

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

Shades of Rose Bud #EFA29C

Tints of Rose Bud #EFA29C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.08%

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

R = 42.91%
G = 29.08%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EFA29C (or 0xEFA29C) is known color: Rose Bud. HEX triplet: EF, A2 and 9C. RGB value is (239,162,156). Sum of RGB (Red+Green+Blue) = 239+162+156=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 156 (61.33% from 255 or 28.01% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA29C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA29C is #105D63. Grayscale: #B8B8B8. Windows color (decimal): -1072484 or 10265327. OLE color: 10265327.

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

Color convert

RGB 239 162 156 -
CMYK 0 0.32 0.35 0.06
HSL 4.34º 0.72% 0.77% -
HSV(B) 4.34º 0.35% 0.94% -
XYZ 54.52 46.59 37.57 -
YUV 184.34 112.01 166.99 -
System Red Green Blue C M Y K H S L
Decimal 239 162 156 0 0.32 0.35 0.06 4.34 0.72 0.77
Hex EF A2 9C 0 20 23 6 4 48 4D
Octal 357 242 234 0 40 43 6 4 110 115
Binary 11101111 10100010 10011100 0 100000 100011 110 100 1001000 1001101

Color Harmonies of #EFA29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA29C

Black with #EFA29C

Text Example


Text Example

White with #EFA29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA29C; }

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

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

background-color css

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

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

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

border-color css

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

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

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