Html Css Color HEX #EF8057 Crusta

📋 copy color: '#EF8057'

red 239 ◦ green 128 ◦ blue 87

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

Shades of Crusta #EF8057

Tints of Crusta #EF8057

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.19%

 BLUE value IS 87 (34.38% from 255) = 19.16%

R = 52.64%
G = 28.19%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EF8057 (or 0xEF8057) is known color: Crusta. HEX triplet: EF, 80 and 57. RGB value is (239,128,87). Sum of RGB (Red+Green+Blue) = 239+128+87=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 87 (34.38% from 255 or 19.16% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8057 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8057 is #107FA8. Grayscale: #9C9C9C. Windows color (decimal): -1081257 or 5734639. OLE color: 5734639.

HSL color Cylindrical-coordinate representation of color #EF8057: hue angle of 16.18º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF8057 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 128 87 -
CMYK 0 0.46 0.64 0.06
HSL 16.18º 0.83% 0.64% -
HSV(B) 16.18º 0.64% 0.94% -
XYZ 45.04 34.48 13.3 -
YUV 156.52 88.77 186.83 -
System Red Green Blue C M Y K H S L
Decimal 239 128 87 0 0.46 0.64 0.06 16.18 0.83 0.64
Hex EF 80 57 0 2E 40 6 10 53 40
Octal 357 200 127 0 56 100 6 20 123 100
Binary 11101111 10000000 1010111 0 101110 1000000 110 10000 1010011 1000000

Color Harmonies of #EF8057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8057

Black with #EF8057

Text Example


Text Example

White with #EF8057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8057; }

 p { color: rgb(239,128,87); }

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

background-color css

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

 a { background-color: rgb(239,128,87); }

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

border-color css

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

 span { border-color: rgb(239,128,87); }

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