Html Css Color HEX #EF8457 Crusta

📋 copy color: '#EF8457'

red 239 ◦ green 132 ◦ blue 87

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

Shades of Crusta #EF8457

Tints of Crusta #EF8457

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.82%

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

R = 52.18%
G = 28.82%
B = 19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EF8457 (or 0xEF8457) is known color: Crusta. HEX triplet: EF, 84 and 57. RGB value is (239,132,87). Sum of RGB (Red+Green+Blue) = 239+132+87=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 87 (34.38% from 255 or 19.00% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8457 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8457 is #107BA8. Grayscale: #9F9F9F. Windows color (decimal): -1080233 or 5735663. OLE color: 5735663.

HSL color Cylindrical-coordinate representation of color #EF8457: hue angle of 17.76º 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 #EF8457 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 132 87 -
CMYK 0 0.45 0.64 0.06
HSL 17.76º 0.83% 0.64% -
HSV(B) 17.76º 0.64% 0.94% -
XYZ 45.57 35.54 13.48 -
YUV 158.86 87.45 185.16 -
System Red Green Blue C M Y K H S L
Decimal 239 132 87 0 0.45 0.64 0.06 17.76 0.83 0.64
Hex EF 84 57 0 2D 40 6 12 53 40
Octal 357 204 127 0 55 100 6 22 123 100
Binary 11101111 10000100 1010111 0 101101 1000000 110 10010 1010011 1000000

Color Harmonies of #EF8457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8457

Black with #EF8457

Text Example


Text Example

White with #EF8457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8457; }

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

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

background-color css

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

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

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

border-color css

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

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

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