Html Css Color HEX #EFA296 Rose Bud

📋 copy color: '#EFA296'

red 239 ◦ green 162 ◦ blue 150

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

Shades of Rose Bud #EFA296

Tints of Rose Bud #EFA296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.22%

R = 43.38%
G = 29.4%
B = 27.22%

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

#EFA296 (or 0xEFA296) is known color: Rose Bud. HEX triplet: EF, A2 and 96. RGB value is (239,162,150). Sum of RGB (Red+Green+Blue) = 239+162+150=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA296 is #105D69. Grayscale: #B7B7B7. Windows color (decimal): -1072490 or 9872111. OLE color: 9872111.

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

Color convert

RGB 239 162 150 -
CMYK 0 0.32 0.37 0.06
HSL 8.09º 0.74% 0.76% -
HSV(B) 8.09º 0.37% 0.94% -
XYZ 54.02 46.39 34.96 -
YUV 183.66 109.01 167.48 -
System Red Green Blue C M Y K H S L
Decimal 239 162 150 0 0.32 0.37 0.06 8.09 0.74 0.76
Hex EF A2 96 0 20 25 6 8 4A 4C
Octal 357 242 226 0 40 45 6 10 112 114
Binary 11101111 10100010 10010110 0 100000 100101 110 1000 1001010 1001100

Color Harmonies of #EFA296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA296

Black with #EFA296

Text Example


Text Example

White with #EFA296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA296; }

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

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

background-color css

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

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

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

border-color css

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

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

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