Html Css Color HEX #EFB29B Wax Flower

📋 copy color: '#EFB29B'

red 239 ◦ green 178 ◦ blue 155

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

Shades of Wax Flower #EFB29B

Tints of Wax Flower #EFB29B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.12%

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

R = 41.78%
G = 31.12%
B = 27.1%

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

#EFB29B (or 0xEFB29B) is known color: Wax Flower. HEX triplet: EF, B2 and 9B. RGB value is (239,178,155). Sum of RGB (Red+Green+Blue) = 239+178+155=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 178 (69.92% from 255 or 31.12% from 572); Blue value is 155 (60.94% from 255 or 27.10% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB29B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB29B is #104D64. Grayscale: #C1C1C1. Windows color (decimal): -1068389 or 10203887. OLE color: 10203887.

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

Color convert

RGB 239 178 155 -
CMYK 0 0.26 0.35 0.06
HSL 16.43º 0.72% 0.77% -
HSV(B) 16.43º 0.35% 0.94% -
XYZ 57.43 52.56 38.13 -
YUV 193.62 106.21 160.37 -
System Red Green Blue C M Y K H S L
Decimal 239 178 155 0 0.26 0.35 0.06 16.43 0.72 0.77
Hex EF B2 9B 0 1A 23 6 10 48 4D
Octal 357 262 233 0 32 43 6 20 110 115
Binary 11101111 10110010 10011011 0 11010 100011 110 10000 1001000 1001101

Color Harmonies of #EFB29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB29B

Black with #EFB29B

Text Example


Text Example

White with #EFB29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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