Html Css Color HEX #EBB7A5 Wax Flower

📋 copy color: '#EBB7A5'

red 235 ◦ green 183 ◦ blue 165

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

Shades of Wax Flower #EBB7A5

Tints of Wax Flower #EBB7A5

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.39%

 BLUE value IS 165 (64.84% from 255) = 28.3%

R = 40.31%
G = 31.39%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EBB7A5 (or 0xEBB7A5) is known color: Wax Flower. HEX triplet: EB, B7 and A5. RGB value is (235,183,165). Sum of RGB (Red+Green+Blue) = 235+183+165=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 183 (71.88% from 255 or 31.39% from 583); Blue value is 165 (64.84% from 255 or 28.30% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB7A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB7A5 is #14485A. Grayscale: #C4C4C4. Windows color (decimal): -1329243 or 10860523. OLE color: 10860523.

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

Color convert

RGB 235 183 165 -
CMYK 0 0.22 0.30 0.08
HSL 15.43º 0.64% 0.78% -
HSV(B) 15.43º 0.3% 0.92% -
XYZ 57.99 54.25 43.01 -
YUV 196.5 110.23 155.46 -
System Red Green Blue C M Y K H S L
Decimal 235 183 165 0 0.22 0.30 0.08 15.43 0.64 0.78
Hex EB B7 A5 0 16 1E 8 F 40 4E
Octal 353 267 245 0 26 36 10 17 100 116
Binary 11101011 10110111 10100101 0 10110 11110 1000 1111 1000000 1001110

Color Harmonies of #EBB7A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB7A5

Black with #EBB7A5

Text Example


Text Example

White with #EBB7A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB7A5; }

 p { color: rgb(235,183,165); }

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

background-color css

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

 a { background-color: rgb(235,183,165); }

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

border-color css

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

 span { border-color: rgb(235,183,165); }

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