Html Css Color HEX #EBAEB4 Blossom

📋 copy color: '#EBAEB4'

red 235 ◦ green 174 ◦ blue 180

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

Shades of Blossom #EBAEB4

Tints of Blossom #EBAEB4

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.54%

 BLUE value IS 180 (70.7% from 255) = 30.56%

R = 39.9%
G = 29.54%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EBAEB4 (or 0xEBAEB4) is known color: Blossom. HEX triplet: EB, AE and B4. RGB value is (235,174,180). Sum of RGB (Red+Green+Blue) = 235+174+180=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 180 (70.70% from 255 or 30.56% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAEB4 is #14514B. Grayscale: #C0C0C0. Windows color (decimal): -1331532 or 11841259. OLE color: 11841259.

HSL color Cylindrical-coordinate representation of color #EBAEB4: hue angle of 354.1º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBAEB4 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 174 180 -
CMYK 0 0.26 0.23 0.08
HSL 354.1º 0.6% 0.8% -
HSV(B) 354.1º 0.26% 0.92% -
XYZ 57.64 51.23 50.03 -
YUV 192.92 120.71 158.01 -
System Red Green Blue C M Y K H S L
Decimal 235 174 180 0 0.26 0.23 0.08 354.1 0.6 0.8
Hex EB AE B4 0 1A 17 8 162 3C 50
Octal 353 256 264 0 32 27 10 542 74 120
Binary 11101011 10101110 10110100 0 11010 10111 1000 101100010 111100 1010000

Color Harmonies of #EBAEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAEB4

Black with #EBAEB4

Text Example


Text Example

White with #EBAEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAEB4; }

 p { color: rgb(235,174,180); }

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

background-color css

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

 a { background-color: rgb(235,174,180); }

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

border-color css

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

 span { border-color: rgb(235,174,180); }

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