Html Css Color HEX #EBB29A Wax Flower

📋 copy color: '#EBB29A'

red 235 ◦ green 178 ◦ blue 154

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

Shades of Wax Flower #EBB29A

Tints of Wax Flower #EBB29A

RGB

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

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

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

R = 41.45%
G = 31.39%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EBB29A (or 0xEBB29A) is known color: Wax Flower. HEX triplet: EB, B2 and 9A. RGB value is (235,178,154). Sum of RGB (Red+Green+Blue) = 235+178+154=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 178 (69.92% from 255 or 31.39% from 567); Blue value is 154 (60.55% from 255 or 27.16% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB29A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB29A is #144D65. Grayscale: #C0C0C0. Windows color (decimal): -1330534 or 10138347. OLE color: 10138347.

HSL color Cylindrical-coordinate representation of color #EBB29A: hue angle of 17.78º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBB29A is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 178 154 -
CMYK 0 0.24 0.34 0.08
HSL 17.78º 0.67% 0.76% -
HSV(B) 17.78º 0.34% 0.92% -
XYZ 56.01 51.84 37.62 -
YUV 192.31 106.38 158.45 -
System Red Green Blue C M Y K H S L
Decimal 235 178 154 0 0.24 0.34 0.08 17.78 0.67 0.76
Hex EB B2 9A 0 18 22 8 12 43 4C
Octal 353 262 232 0 30 42 10 22 103 114
Binary 11101011 10110010 10011010 0 11000 100010 1000 10010 1000011 1001100

Color Harmonies of #EBB29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB29A

Black with #EBB29A

Text Example


Text Example

White with #EBB29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB29A; }

 p { color: rgb(235,178,154); }

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

background-color css

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

 a { background-color: rgb(235,178,154); }

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

border-color css

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

 span { border-color: rgb(235,178,154); }

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