Html Css Color HEX #EFA298 Rose Bud

📋 copy color: '#EFA298'

red 239 ◦ green 162 ◦ blue 152

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

Shades of Rose Bud #EFA298

Tints of Rose Bud #EFA298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.49%

R = 43.22%
G = 29.29%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EFA298 (or 0xEFA298) is known color: Rose Bud. HEX triplet: EF, A2 and 98. RGB value is (239,162,152). Sum of RGB (Red+Green+Blue) = 239+162+152=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 152 (59.77% from 255 or 27.49% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA298 is #105D67. Grayscale: #B8B8B8. Windows color (decimal): -1072488 or 10003183. OLE color: 10003183.

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

Color convert

RGB 239 162 152 -
CMYK 0 0.32 0.36 0.06
HSL 6.9º 0.73% 0.77% -
HSV(B) 6.9º 0.36% 0.94% -
XYZ 54.18 46.46 35.82 -
YUV 183.88 110.01 167.31 -
System Red Green Blue C M Y K H S L
Decimal 239 162 152 0 0.32 0.36 0.06 6.9 0.73 0.77
Hex EF A2 98 0 20 24 6 7 49 4D
Octal 357 242 230 0 40 44 6 7 111 115
Binary 11101111 10100010 10011000 0 100000 100100 110 111 1001001 1001101

Color Harmonies of #EFA298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA298

Black with #EFA298

Text Example


Text Example

White with #EFA298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA298; }

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

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

background-color css

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

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

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

border-color css

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

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

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