Html Css Color HEX #EF8F61 Crusta

📋 copy color: '#EF8F61'

red 239 ◦ green 143 ◦ blue 97

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

Shades of Crusta #EF8F61

Tints of Crusta #EF8F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.25%

R = 49.9%
G = 29.85%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EF8F61 (or 0xEF8F61) is known color: Crusta. HEX triplet: EF, 8F and 61. RGB value is (239,143,97). Sum of RGB (Red+Green+Blue) = 239+143+97=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8F61 is #10709E. Grayscale: #A6A6A6. Windows color (decimal): -1077407 or 6393839. OLE color: 6393839.

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

Color convert

RGB 239 143 97 -
CMYK 0 0.40 0.59 0.06
HSL 19.44º 0.82% 0.66% -
HSV(B) 19.44º 0.59% 0.94% -
XYZ 47.58 38.86 16.3 -
YUV 166.46 88.8 179.74 -
System Red Green Blue C M Y K H S L
Decimal 239 143 97 0 0.40 0.59 0.06 19.44 0.82 0.66
Hex EF 8F 61 0 28 3B 6 13 52 42
Octal 357 217 141 0 50 73 6 23 122 102
Binary 11101111 10001111 1100001 0 101000 111011 110 10011 1010010 1000010

Color Harmonies of #EF8F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8F61

Black with #EF8F61

Text Example


Text Example

White with #EF8F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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