Html Css Color HEX #EF8556 Crusta

📋 copy color: '#EF8556'

red 239 ◦ green 133 ◦ blue 86

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

Shades of Crusta #EF8556

Tints of Crusta #EF8556

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.04%

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

R = 52.18%
G = 29.04%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EF8556 (or 0xEF8556) is known color: Crusta. HEX triplet: EF, 85 and 56. RGB value is (239,133,86). Sum of RGB (Red+Green+Blue) = 239+133+86=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 86 (33.98% from 255 or 18.78% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8556 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8556 is #107AA9. Grayscale: #9F9F9F. Windows color (decimal): -1079978 or 5670383. OLE color: 5670383.

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

Color convert

RGB 239 133 86 -
CMYK 0 0.44 0.64 0.06
HSL 18.43º 0.83% 0.64% -
HSV(B) 18.43º 0.64% 0.94% -
XYZ 45.66 35.8 13.31 -
YUV 159.34 86.62 184.82 -
System Red Green Blue C M Y K H S L
Decimal 239 133 86 0 0.44 0.64 0.06 18.43 0.83 0.64
Hex EF 85 56 0 2C 40 6 12 53 40
Octal 357 205 126 0 54 100 6 22 123 100
Binary 11101111 10000101 1010110 0 101100 1000000 110 10010 1010011 1000000

Color Harmonies of #EF8556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8556

Black with #EF8556

Text Example


Text Example

White with #EF8556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8556; }

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

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

background-color css

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

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

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

border-color css

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

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

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