Html Css Color HEX #EFA59A Rose Bud

📋 copy color: '#EFA59A'

red 239 ◦ green 165 ◦ blue 154

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

Shades of Rose Bud #EFA59A

Tints of Rose Bud #EFA59A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.6%

R = 42.83%
G = 29.57%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EFA59A (or 0xEFA59A) is known color: Rose Bud. HEX triplet: EF, A5 and 9A. RGB value is (239,165,154). Sum of RGB (Red+Green+Blue) = 239+165+154=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 165 (64.84% from 255 or 29.57% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA59A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA59A is #105A65. Grayscale: #B9B9B9. Windows color (decimal): -1071718 or 10135023. OLE color: 10135023.

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

Color convert

RGB 239 165 154 -
CMYK 0 0.31 0.36 0.06
HSL 7.76º 0.73% 0.77% -
HSV(B) 7.76º 0.36% 0.94% -
XYZ 54.88 47.59 36.87 -
YUV 185.87 110.02 165.89 -
System Red Green Blue C M Y K H S L
Decimal 239 165 154 0 0.31 0.36 0.06 7.76 0.73 0.77
Hex EF A5 9A 0 1F 24 6 8 49 4D
Octal 357 245 232 0 37 44 6 10 111 115
Binary 11101111 10100101 10011010 0 11111 100100 110 1000 1001001 1001101

Color Harmonies of #EFA59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA59A

Black with #EFA59A

Text Example


Text Example

White with #EFA59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA59A; }

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

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

background-color css

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

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

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

border-color css

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

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

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