Html Css Color HEX #EF8755 Crusta

📋 copy color: '#EF8755'

red 239 ◦ green 135 ◦ blue 85

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

Shades of Crusta #EF8755

Tints of Crusta #EF8755

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.41%

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

R = 52.07%
G = 29.41%
B = 18.52%

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

#EF8755 (or 0xEF8755) is known color: Crusta. HEX triplet: EF, 87 and 55. RGB value is (239,135,85). Sum of RGB (Red+Green+Blue) = 239+135+85=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8755 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8755 is #1078AA. Grayscale: #A0A0A0. Windows color (decimal): -1079467 or 5605359. OLE color: 5605359.

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

Color convert

RGB 239 135 85 -
CMYK 0 0.44 0.64 0.06
HSL 19.48º 0.83% 0.64% -
HSV(B) 19.48º 0.64% 0.94% -
XYZ 45.9 36.33 13.19 -
YUV 160.4 85.46 184.07 -
System Red Green Blue C M Y K H S L
Decimal 239 135 85 0 0.44 0.64 0.06 19.48 0.83 0.64
Hex EF 87 55 0 2C 40 6 13 53 40
Octal 357 207 125 0 54 100 6 23 123 100
Binary 11101111 10000111 1010101 0 101100 1000000 110 10011 1010011 1000000

Color Harmonies of #EF8755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8755

Black with #EF8755

Text Example


Text Example

White with #EF8755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8755; }

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

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

background-color css

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

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

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

border-color css

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

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

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