Html Css Color HEX #EF8355 Crusta

📋 copy color: '#EF8355'

red 239 ◦ green 131 ◦ blue 85

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

Shades of Crusta #EF8355

Tints of Crusta #EF8355

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.79%

 BLUE value IS 85 (33.59% from 255) = 18.68%

R = 52.53%
G = 28.79%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EF8355 (or 0xEF8355) is known color: Crusta. HEX triplet: EF, 83 and 55. RGB value is (239,131,85). Sum of RGB (Red+Green+Blue) = 239+131+85=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8355 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8355 is #107CAA. Grayscale: #9E9E9E. Windows color (decimal): -1080491 or 5604335. OLE color: 5604335.

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

Color convert

RGB 239 131 85 -
CMYK 0 0.45 0.64 0.06
HSL 17.92º 0.83% 0.64% -
HSV(B) 17.92º 0.64% 0.94% -
XYZ 45.35 35.24 13.01 -
YUV 158.05 86.78 185.74 -
System Red Green Blue C M Y K H S L
Decimal 239 131 85 0 0.45 0.64 0.06 17.92 0.83 0.64
Hex EF 83 55 0 2D 40 6 12 53 40
Octal 357 203 125 0 55 100 6 22 123 100
Binary 11101111 10000011 1010101 0 101101 1000000 110 10010 1010011 1000000

Color Harmonies of #EF8355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8355

Black with #EF8355

Text Example


Text Example

White with #EF8355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8355; }

 p { color: rgb(239,131,85); }

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

background-color css

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

 a { background-color: rgb(239,131,85); }

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

border-color css

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

 span { border-color: rgb(239,131,85); }

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