Html Css Color HEX #EBB69F Wax Flower

📋 copy color: '#EBB69F'

red 235 ◦ green 182 ◦ blue 159

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

Shades of Wax Flower #EBB69F

Tints of Wax Flower #EBB69F

RGB

 RED value IS 235 (92.19% from 255) = 40.8%

 GREEN value IS 182 (71.48% from 255) = 31.6%

 BLUE value IS 159 (62.5% from 255) = 27.6%

R = 40.8%
G = 31.6%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EBB69F (or 0xEBB69F) is known color: Wax Flower. HEX triplet: EB, B6 and 9F. RGB value is (235,182,159). Sum of RGB (Red+Green+Blue) = 235+182+159=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 182 (71.48% from 255 or 31.60% from 576); Blue value is 159 (62.5% from 255 or 27.60% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB69F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB69F is #144960. Grayscale: #C3C3C3. Windows color (decimal): -1329505 or 10467051. OLE color: 10467051.

HSL color Cylindrical-coordinate representation of color #EBB69F: hue angle of 18.16º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBB69F is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 182 159 -
CMYK 0 0.23 0.32 0.08
HSL 18.16º 0.66% 0.77% -
HSV(B) 18.16º 0.32% 0.92% -
XYZ 57.25 53.62 40.13 -
YUV 195.23 107.56 156.37 -
System Red Green Blue C M Y K H S L
Decimal 235 182 159 0 0.23 0.32 0.08 18.16 0.66 0.77
Hex EB B6 9F 0 17 20 8 12 42 4D
Octal 353 266 237 0 27 40 10 22 102 115
Binary 11101011 10110110 10011111 0 10111 100000 1000 10010 1000010 1001101

Color Harmonies of #EBB69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB69F

Black with #EBB69F

Text Example


Text Example

White with #EBB69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB69F; }

 p { color: rgb(235,182,159); }

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

background-color css

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

 a { background-color: rgb(235,182,159); }

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

border-color css

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

 span { border-color: rgb(235,182,159); }

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