Html Css Color HEX #EBB09A Wax Flower

📋 copy color: '#EBB09A'

red 235 ◦ green 176 ◦ blue 154

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

Shades of Wax Flower #EBB09A

Tints of Wax Flower #EBB09A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.15%

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

R = 41.59%
G = 31.15%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EBB09A (or 0xEBB09A) is known color: Wax Flower. HEX triplet: EB, B0 and 9A. RGB value is (235,176,154). Sum of RGB (Red+Green+Blue) = 235+176+154=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 154 (60.55% from 255 or 27.26% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB09A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB09A is #144F65. Grayscale: #BFBFBF. Windows color (decimal): -1331046 or 10137835. OLE color: 10137835.

HSL color Cylindrical-coordinate representation of color #EBB09A: hue angle of 16.3º 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 #EBB09A is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 176 154 -
CMYK 0 0.25 0.34 0.08
HSL 16.3º 0.67% 0.76% -
HSV(B) 16.3º 0.34% 0.92% -
XYZ 55.62 51.05 37.49 -
YUV 191.13 107.05 159.29 -
System Red Green Blue C M Y K H S L
Decimal 235 176 154 0 0.25 0.34 0.08 16.3 0.67 0.76
Hex EB B0 9A 0 19 22 8 10 43 4C
Octal 353 260 232 0 31 42 10 20 103 114
Binary 11101011 10110000 10011010 0 11001 100010 1000 10000 1000011 1001100

Color Harmonies of #EBB09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB09A

Black with #EBB09A

Text Example


Text Example

White with #EBB09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB09A; }

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

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

background-color css

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

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

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

border-color css

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

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

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