Html Css Color HEX #EFB09B Wax Flower

📋 copy color: '#EFB09B'

red 239 ◦ green 176 ◦ blue 155

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

Shades of Wax Flower #EFB09B

Tints of Wax Flower #EFB09B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.88%

 BLUE value IS 155 (60.94% from 255) = 27.19%

R = 41.93%
G = 30.88%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EFB09B (or 0xEFB09B) is known color: Wax Flower. HEX triplet: EF, B0 and 9B. RGB value is (239,176,155). Sum of RGB (Red+Green+Blue) = 239+176+155=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 155 (60.94% from 255 or 27.19% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB09B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB09B is #104F64. Grayscale: #C0C0C0. Windows color (decimal): -1068901 or 10203375. OLE color: 10203375.

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

Color convert

RGB 239 176 155 -
CMYK 0 0.26 0.35 0.06
HSL 15º 0.72% 0.77% -
HSV(B) 15º 0.35% 0.94% -
XYZ 57.04 51.77 38 -
YUV 192.44 106.87 161.21 -
System Red Green Blue C M Y K H S L
Decimal 239 176 155 0 0.26 0.35 0.06 15 0.72 0.77
Hex EF B0 9B 0 1A 23 6 F 48 4D
Octal 357 260 233 0 32 43 6 17 110 115
Binary 11101111 10110000 10011011 0 11010 100011 110 1111 1001000 1001101

Color Harmonies of #EFB09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB09B

Black with #EFB09B

Text Example


Text Example

White with #EFB09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB09B; }

 p { color: rgb(239,176,155); }

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

background-color css

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

 a { background-color: rgb(239,176,155); }

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

border-color css

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

 span { border-color: rgb(239,176,155); }

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