Html Css Color HEX #EF8855 Crusta

📋 copy color: '#EF8855'

red 239 ◦ green 136 ◦ blue 85

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

Shades of Crusta #EF8855

Tints of Crusta #EF8855

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.57%

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

R = 51.96%
G = 29.57%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EF8855 (or 0xEF8855) is known color: Crusta. HEX triplet: EF, 88 and 55. RGB value is (239,136,85). Sum of RGB (Red+Green+Blue) = 239+136+85=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 85 (33.59% from 255 or 18.48% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8855 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8855 is #1077AA. Grayscale: #A1A1A1. Windows color (decimal): -1079211 or 5605615. OLE color: 5605615.

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

Color convert

RGB 239 136 85 -
CMYK 0 0.43 0.64 0.06
HSL 19.87º 0.83% 0.64% -
HSV(B) 19.87º 0.64% 0.94% -
XYZ 46.04 36.61 13.24 -
YUV 160.98 85.12 183.65 -
System Red Green Blue C M Y K H S L
Decimal 239 136 85 0 0.43 0.64 0.06 19.87 0.83 0.64
Hex EF 88 55 0 2B 40 6 14 53 40
Octal 357 210 125 0 53 100 6 24 123 100
Binary 11101111 10001000 1010101 0 101011 1000000 110 10100 1010011 1000000

Color Harmonies of #EF8855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8855

Black with #EF8855

Text Example


Text Example

White with #EF8855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8855; }

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

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

background-color css

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

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

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

border-color css

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

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

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