Html Css Color HEX #EF8959 Crusta

📋 copy color: '#EF8959'

red 239 ◦ green 137 ◦ blue 89

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

Shades of Crusta #EF8959

Tints of Crusta #EF8959

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.46%

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

R = 51.4%
G = 29.46%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EF8959 (or 0xEF8959) is known color: Crusta. HEX triplet: EF, 89 and 59. RGB value is (239,137,89). Sum of RGB (Red+Green+Blue) = 239+137+89=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 89 (35.16% from 255 or 19.14% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8959 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8959 is #1076A6. Grayscale: #A2A2A2. Windows color (decimal): -1078951 or 5868015. OLE color: 5868015.

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

Color convert

RGB 239 137 89 -
CMYK 0 0.43 0.63 0.06
HSL 19.2º 0.82% 0.64% -
HSV(B) 19.2º 0.63% 0.94% -
XYZ 46.35 36.96 14.14 -
YUV 162.03 86.79 182.9 -
System Red Green Blue C M Y K H S L
Decimal 239 137 89 0 0.43 0.63 0.06 19.2 0.82 0.64
Hex EF 89 59 0 2B 3F 6 13 52 40
Octal 357 211 131 0 53 77 6 23 122 100
Binary 11101111 10001001 1011001 0 101011 111111 110 10011 1010010 1000000

Color Harmonies of #EF8959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8959

Black with #EF8959

Text Example


Text Example

White with #EF8959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8959; }

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

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

background-color css

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

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

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

border-color css

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

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

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