Html Css Color HEX #EBB6A4 Wax Flower

📋 copy color: '#EBB6A4'

red 235 ◦ green 182 ◦ blue 164

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

Shades of Wax Flower #EBB6A4

Tints of Wax Flower #EBB6A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 28.23%

R = 40.45%
G = 31.33%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EBB6A4 (or 0xEBB6A4) is known color: Wax Flower. HEX triplet: EB, B6 and A4. RGB value is (235,182,164). Sum of RGB (Red+Green+Blue) = 235+182+164=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 182 (71.48% from 255 or 31.33% from 581); Blue value is 164 (64.45% from 255 or 28.23% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB6A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB6A4 is #14495B. Grayscale: #C3C3C3. Windows color (decimal): -1329500 or 10794731. OLE color: 10794731.

HSL color Cylindrical-coordinate representation of color #EBB6A4: hue angle of 15.21º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBB6A4 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 182 164 -
CMYK 0 0.23 0.30 0.08
HSL 15.21º 0.64% 0.78% -
HSV(B) 15.21º 0.3% 0.92% -
XYZ 57.69 53.8 42.47 -
YUV 195.8 110.06 155.96 -
System Red Green Blue C M Y K H S L
Decimal 235 182 164 0 0.23 0.30 0.08 15.21 0.64 0.78
Hex EB B6 A4 0 17 1E 8 F 40 4E
Octal 353 266 244 0 27 36 10 17 100 116
Binary 11101011 10110110 10100100 0 10111 11110 1000 1111 1000000 1001110

Color Harmonies of #EBB6A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB6A4

Black with #EBB6A4

Text Example


Text Example

White with #EBB6A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB6A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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