Html Css Color HEX #EFA69D Rose Bud

📋 copy color: '#EFA69D'

red 239 ◦ green 166 ◦ blue 157

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

Shades of Rose Bud #EFA69D

Tints of Rose Bud #EFA69D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.54%

 BLUE value IS 157 (61.72% from 255) = 27.94%

R = 42.53%
G = 29.54%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFA69D (or 0xEFA69D) is known color: Rose Bud. HEX triplet: EF, A6 and 9D. RGB value is (239,166,157). Sum of RGB (Red+Green+Blue) = 239+166+157=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 157 (61.72% from 255 or 27.94% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA69D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA69D is #105962. Grayscale: #BABABA. Windows color (decimal): -1071459 or 10331887. OLE color: 10331887.

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

Color convert

RGB 239 166 157 -
CMYK 0 0.31 0.34 0.06
HSL 6.59º 0.72% 0.78% -
HSV(B) 6.59º 0.34% 0.94% -
XYZ 55.32 48.06 38.26 -
YUV 186.8 111.18 165.23 -
System Red Green Blue C M Y K H S L
Decimal 239 166 157 0 0.31 0.34 0.06 6.59 0.72 0.78
Hex EF A6 9D 0 1F 22 6 7 48 4E
Octal 357 246 235 0 37 42 6 7 110 116
Binary 11101111 10100110 10011101 0 11111 100010 110 111 1001000 1001110

Color Harmonies of #EFA69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA69D

Black with #EFA69D

Text Example


Text Example

White with #EFA69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA69D; }

 p { color: rgb(239,166,157); }

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

background-color css

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

 a { background-color: rgb(239,166,157); }

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

border-color css

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

 span { border-color: rgb(239,166,157); }

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