Html Css Color HEX #EF7B7F Froly

📋 copy color: '#EF7B7F'

red 239 ◦ green 123 ◦ blue 127

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

Shades of Froly #EF7B7F

Tints of Froly #EF7B7F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.15%

 BLUE value IS 127 (50% from 255) = 25.97%

R = 48.88%
G = 25.15%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EF7B7F (or 0xEF7B7F) is known color: Froly. HEX triplet: EF, 7B and 7F. RGB value is (239,123,127). Sum of RGB (Red+Green+Blue) = 239+123+127=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7B7F is #108480. Grayscale: #9E9E9E. Windows color (decimal): -1082497 or 8354799. OLE color: 8354799.

HSL color Cylindrical-coordinate representation of color #EF7B7F: hue angle of 357.93º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7B7F is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 123 127 -
CMYK 0 0.49 0.47 0.06
HSL 357.93º 0.78% 0.71% -
HSV(B) 357.93º 0.49% 0.94% -
XYZ 46.51 34.05 24.2 -
YUV 158.14 110.43 185.67 -
System Red Green Blue C M Y K H S L
Decimal 239 123 127 0 0.49 0.47 0.06 357.93 0.78 0.71
Hex EF 7B 7F 0 31 2F 6 166 4E 47
Octal 357 173 177 0 61 57 6 546 116 107
Binary 11101111 1111011 1111111 0 110001 101111 110 101100110 1001110 1000111

Color Harmonies of #EF7B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7B7F

Black with #EF7B7F

Text Example


Text Example

White with #EF7B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7B7F; }

 p { color: rgb(239,123,127); }

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

background-color css

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

 a { background-color: rgb(239,123,127); }

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

border-color css

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

 span { border-color: rgb(239,123,127); }

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