Html Css Color HEX #EFA697 Rose Bud

📋 copy color: '#EFA697'

red 239 ◦ green 166 ◦ blue 151

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

Shades of Rose Bud #EFA697

Tints of Rose Bud #EFA697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.16%

R = 42.99%
G = 29.86%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EFA697 (or 0xEFA697) is known color: Rose Bud. HEX triplet: EF, A6 and 97. RGB value is (239,166,151). Sum of RGB (Red+Green+Blue) = 239+166+151=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 151 (59.38% from 255 or 27.16% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA697 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA697 is #105968. Grayscale: #BABABA. Windows color (decimal): -1071465 or 9938671. OLE color: 9938671.

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

Color convert

RGB 239 166 151 -
CMYK 0 0.31 0.37 0.06
HSL 10.23º 0.73% 0.76% -
HSV(B) 10.23º 0.37% 0.94% -
XYZ 54.82 47.86 35.63 -
YUV 186.12 108.18 165.72 -
System Red Green Blue C M Y K H S L
Decimal 239 166 151 0 0.31 0.37 0.06 10.23 0.73 0.76
Hex EF A6 97 0 1F 25 6 A 49 4C
Octal 357 246 227 0 37 45 6 12 111 114
Binary 11101111 10100110 10010111 0 11111 100101 110 1010 1001001 1001100

Color Harmonies of #EFA697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA697

Black with #EFA697

Text Example


Text Example

White with #EFA697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA697; }

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

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

background-color css

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

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

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

border-color css

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

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

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