Html Css Color HEX #EBA798 Wax Flower

📋 copy color: '#EBA798'

red 235 ◦ green 167 ◦ blue 152

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

Shades of Wax Flower #EBA798

Tints of Wax Flower #EBA798

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.14%

 BLUE value IS 152 (59.77% from 255) = 27.44%

R = 42.42%
G = 30.14%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EBA798 (or 0xEBA798) is known color: Wax Flower. HEX triplet: EB, A7 and 98. RGB value is (235,167,152). Sum of RGB (Red+Green+Blue) = 235+167+152=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 167 (65.62% from 255 or 30.14% from 554); Blue value is 152 (59.77% from 255 or 27.44% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA798 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA798 is #145867. Grayscale: #B9B9B9. Windows color (decimal): -1333352 or 10004459. OLE color: 10004459.

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

Color convert

RGB 235 167 152 -
CMYK 0 0.29 0.35 0.08
HSL 10.84º 0.67% 0.76% -
HSV(B) 10.84º 0.35% 0.92% -
XYZ 53.75 47.57 36.05 -
YUV 185.62 109.03 163.22 -
System Red Green Blue C M Y K H S L
Decimal 235 167 152 0 0.29 0.35 0.08 10.84 0.67 0.76
Hex EB A7 98 0 1D 23 8 B 43 4C
Octal 353 247 230 0 35 43 10 13 103 114
Binary 11101011 10100111 10011000 0 11101 100011 1000 1011 1000011 1001100

Color Harmonies of #EBA798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA798

Black with #EBA798

Text Example


Text Example

White with #EBA798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA798; }

 p { color: rgb(235,167,152); }

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

background-color css

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

 a { background-color: rgb(235,167,152); }

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

border-color css

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

 span { border-color: rgb(235,167,152); }

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