Html Css Color HEX #EF8D56 Crusta

📋 copy color: '#EF8D56'

red 239 ◦ green 141 ◦ blue 86

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

Shades of Crusta #EF8D56

Tints of Crusta #EF8D56

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.26%

 BLUE value IS 86 (33.98% from 255) = 18.45%

R = 51.29%
G = 30.26%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EF8D56 (or 0xEF8D56) is known color: Crusta. HEX triplet: EF, 8D and 56. RGB value is (239,141,86). Sum of RGB (Red+Green+Blue) = 239+141+86=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 86 (33.98% from 255 or 18.45% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8D56 is #1072A9. Grayscale: #A4A4A4. Windows color (decimal): -1077930 or 5672431. OLE color: 5672431.

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

Color convert

RGB 239 141 86 -
CMYK 0 0.41 0.64 0.06
HSL 21.57º 0.83% 0.64% -
HSV(B) 21.57º 0.64% 0.94% -
XYZ 46.8 38.07 13.69 -
YUV 164.03 83.97 181.47 -
System Red Green Blue C M Y K H S L
Decimal 239 141 86 0 0.41 0.64 0.06 21.57 0.83 0.64
Hex EF 8D 56 0 29 40 6 16 53 40
Octal 357 215 126 0 51 100 6 26 123 100
Binary 11101111 10001101 1010110 0 101001 1000000 110 10110 1010011 1000000

Color Harmonies of #EF8D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8D56

Black with #EF8D56

Text Example


Text Example

White with #EF8D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8D56; }

 p { color: rgb(239,141,86); }

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

background-color css

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

 a { background-color: rgb(239,141,86); }

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

border-color css

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

 span { border-color: rgb(239,141,86); }

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