Html Css Color HEX #EFA7B0 Blossom

📋 copy color: '#EFA7B0'

red 239 ◦ green 167 ◦ blue 176

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

Shades of Blossom #EFA7B0

Tints of Blossom #EFA7B0

RGB

 RED value IS 239 (93.75% from 255) = 41.07%

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

 BLUE value IS 176 (69.14% from 255) = 30.24%

R = 41.07%
G = 28.69%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EFA7B0 (or 0xEFA7B0) is known color: Blossom. HEX triplet: EF, A7 and B0. RGB value is (239,167,176). Sum of RGB (Red+Green+Blue) = 239+167+176=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 167 (65.62% from 255 or 28.69% from 582); Blue value is 176 (69.14% from 255 or 30.24% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA7B0 is #10584F. Grayscale: #BDBDBD. Windows color (decimal): -1071184 or 11577327. OLE color: 11577327.

HSL color Cylindrical-coordinate representation of color #EFA7B0: hue angle of 352.5º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFA7B0 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 167 176 -
CMYK 0 0.30 0.26 0.06
HSL 352.5º 0.69% 0.8% -
HSV(B) 352.5º 0.3% 0.94% -
XYZ 57.25 49.12 47.54 -
YUV 189.55 120.35 163.27 -
System Red Green Blue C M Y K H S L
Decimal 239 167 176 0 0.30 0.26 0.06 352.5 0.69 0.8
Hex EF A7 B0 0 1E 1A 6 160 45 50
Octal 357 247 260 0 36 32 6 540 105 120
Binary 11101111 10100111 10110000 0 11110 11010 110 101100000 1000101 1010000

Color Harmonies of #EFA7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA7B0

Black with #EFA7B0

Text Example


Text Example

White with #EFA7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA7B0; }

 p { color: rgb(239,167,176); }

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

background-color css

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

 a { background-color: rgb(239,167,176); }

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

border-color css

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

 span { border-color: rgb(239,167,176); }

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