Html Css Color HEX #EFA597 Rose Bud

📋 copy color: '#EFA597'

red 239 ◦ green 165 ◦ blue 151

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

Shades of Rose Bud #EFA597

Tints of Rose Bud #EFA597

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.73%

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

R = 43.06%
G = 29.73%
B = 27.21%

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

#EFA597 (or 0xEFA597) is known color: Rose Bud. HEX triplet: EF, A5 and 97. RGB value is (239,165,151). Sum of RGB (Red+Green+Blue) = 239+165+151=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 165 (64.84% from 255 or 29.73% from 555); Blue value is 151 (59.38% from 255 or 27.21% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA597 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA597 is #105A68. Grayscale: #B9B9B9. Windows color (decimal): -1071721 or 9938415. OLE color: 9938415.

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

Color convert

RGB 239 165 151 -
CMYK 0 0.31 0.37 0.06
HSL 9.55º 0.73% 0.76% -
HSV(B) 9.55º 0.37% 0.94% -
XYZ 54.64 47.5 35.57 -
YUV 185.53 108.52 166.14 -
System Red Green Blue C M Y K H S L
Decimal 239 165 151 0 0.31 0.37 0.06 9.55 0.73 0.76
Hex EF A5 97 0 1F 25 6 A 49 4C
Octal 357 245 227 0 37 45 6 12 111 114
Binary 11101111 10100101 10010111 0 11111 100101 110 1010 1001001 1001100

Color Harmonies of #EFA597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA597

Black with #EFA597

Text Example


Text Example

White with #EFA597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA597; }

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

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

background-color css

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

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

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

border-color css

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

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

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