Html Css Color HEX #EBB69E Wax Flower

📋 copy color: '#EBB69E'

red 235 ◦ green 182 ◦ blue 158

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

Shades of Wax Flower #EBB69E

Tints of Wax Flower #EBB69E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.48%

R = 40.87%
G = 31.65%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EBB69E (or 0xEBB69E) is known color: Wax Flower. HEX triplet: EB, B6 and 9E. RGB value is (235,182,158). Sum of RGB (Red+Green+Blue) = 235+182+158=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 182 (71.48% from 255 or 31.65% from 575); Blue value is 158 (62.11% from 255 or 27.48% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB69E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB69E is #144961. Grayscale: #C3C3C3. Windows color (decimal): -1329506 or 10401515. OLE color: 10401515.

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

Color convert

RGB 235 182 158 -
CMYK 0 0.23 0.33 0.08
HSL 18.7º 0.66% 0.77% -
HSV(B) 18.7º 0.33% 0.92% -
XYZ 57.16 53.59 39.68 -
YUV 195.11 107.06 156.45 -
System Red Green Blue C M Y K H S L
Decimal 235 182 158 0 0.23 0.33 0.08 18.7 0.66 0.77
Hex EB B6 9E 0 17 21 8 13 42 4D
Octal 353 266 236 0 27 41 10 23 102 115
Binary 11101011 10110110 10011110 0 10111 100001 1000 10011 1000010 1001101

Color Harmonies of #EBB69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB69E

Black with #EBB69E

Text Example


Text Example

White with #EBB69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB69E; }

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

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

background-color css

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

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

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

border-color css

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

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

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