Html Css Color HEX #EF8F54 Crusta

📋 copy color: '#EF8F54'

red 239 ◦ green 143 ◦ blue 84

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

Shades of Crusta #EF8F54

Tints of Crusta #EF8F54

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.69%

 BLUE value IS 84 (33.2% from 255) = 18.03%

R = 51.29%
G = 30.69%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EF8F54 (or 0xEF8F54) is known color: Crusta. HEX triplet: EF, 8F and 54. RGB value is (239,143,84). Sum of RGB (Red+Green+Blue) = 239+143+84=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 84 (33.20% from 255 or 18.03% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8F54 is #1070AB. Grayscale: #A5A5A5. Windows color (decimal): -1077420 or 5541871. OLE color: 5541871.

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

Color convert

RGB 239 143 84 -
CMYK 0 0.40 0.65 0.06
HSL 22.84º 0.83% 0.63% -
HSV(B) 22.84º 0.65% 0.94% -
XYZ 47.02 38.64 13.37 -
YUV 164.98 82.3 180.8 -
System Red Green Blue C M Y K H S L
Decimal 239 143 84 0 0.40 0.65 0.06 22.84 0.83 0.63
Hex EF 8F 54 0 28 41 6 17 53 3F
Octal 357 217 124 0 50 101 6 27 123 77
Binary 11101111 10001111 1010100 0 101000 1000001 110 10111 1010011 111111

Color Harmonies of #EF8F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8F54

Black with #EF8F54

Text Example


Text Example

White with #EF8F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8F54; }

 p { color: rgb(239,143,84); }

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

background-color css

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

 a { background-color: rgb(239,143,84); }

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

border-color css

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

 span { border-color: rgb(239,143,84); }

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