Html Css Color HEX #EFA397 Rose Bud

📋 copy color: '#EFA397'

red 239 ◦ green 163 ◦ blue 151

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

Shades of Rose Bud #EFA397

Tints of Rose Bud #EFA397

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.48%

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

R = 43.22%
G = 29.48%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EFA397 (or 0xEFA397) is known color: Rose Bud. HEX triplet: EF, A3 and 97. RGB value is (239,163,151). Sum of RGB (Red+Green+Blue) = 239+163+151=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 163 (64.06% from 255 or 29.48% from 553); Blue value is 151 (59.38% from 255 or 27.31% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA397 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA397 is #105C68. Grayscale: #B8B8B8. Windows color (decimal): -1072233 or 9937903. OLE color: 9937903.

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

Color convert

RGB 239 163 151 -
CMYK 0 0.32 0.37 0.06
HSL 8.18º 0.73% 0.76% -
HSV(B) 8.18º 0.37% 0.94% -
XYZ 54.28 46.78 35.45 -
YUV 184.36 109.18 166.98 -
System Red Green Blue C M Y K H S L
Decimal 239 163 151 0 0.32 0.37 0.06 8.18 0.73 0.76
Hex EF A3 97 0 20 25 6 8 49 4C
Octal 357 243 227 0 40 45 6 10 111 114
Binary 11101111 10100011 10010111 0 100000 100101 110 1000 1001001 1001100

Color Harmonies of #EFA397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA397

Black with #EFA397

Text Example


Text Example

White with #EFA397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA397; }

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

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

background-color css

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

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

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

border-color css

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

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

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