Html Css Color HEX #EF8A59 Crusta

📋 copy color: '#EF8A59'

red 239 ◦ green 138 ◦ blue 89

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

Shades of Crusta #EF8A59

Tints of Crusta #EF8A59

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.61%

 BLUE value IS 89 (35.16% from 255) = 19.1%

R = 51.29%
G = 29.61%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EF8A59 (or 0xEF8A59) is known color: Crusta. HEX triplet: EF, 8A and 59. RGB value is (239,138,89). Sum of RGB (Red+Green+Blue) = 239+138+89=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 89 (35.16% from 255 or 19.10% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8A59 is #1075A6. Grayscale: #A2A2A2. Windows color (decimal): -1078695 or 5868271. OLE color: 5868271.

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

Color convert

RGB 239 138 89 -
CMYK 0 0.42 0.63 0.06
HSL 19.6º 0.82% 0.64% -
HSV(B) 19.6º 0.63% 0.94% -
XYZ 46.49 37.25 14.19 -
YUV 162.61 86.46 182.48 -
System Red Green Blue C M Y K H S L
Decimal 239 138 89 0 0.42 0.63 0.06 19.6 0.82 0.64
Hex EF 8A 59 0 2A 3F 6 14 52 40
Octal 357 212 131 0 52 77 6 24 122 100
Binary 11101111 10001010 1011001 0 101010 111111 110 10100 1010010 1000000

Color Harmonies of #EF8A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8A59

Black with #EF8A59

Text Example


Text Example

White with #EF8A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8A59; }

 p { color: rgb(239,138,89); }

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

background-color css

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

 a { background-color: rgb(239,138,89); }

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

border-color css

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

 span { border-color: rgb(239,138,89); }

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