Html Css Color HEX #EF8760 Crusta

📋 copy color: '#EF8760'

red 239 ◦ green 135 ◦ blue 96

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

Shades of Crusta #EF8760

Tints of Crusta #EF8760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.43%

R = 50.85%
G = 28.72%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EF8760 (or 0xEF8760) is known color: Crusta. HEX triplet: EF, 87 and 60. RGB value is (239,135,96). Sum of RGB (Red+Green+Blue) = 239+135+96=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8760 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8760 is #10789F. Grayscale: #A1A1A1. Windows color (decimal): -1079456 or 6326255. OLE color: 6326255.

HSL color Cylindrical-coordinate representation of color #EF8760: hue angle of 16.36º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF8760 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 135 96 -
CMYK 0 0.44 0.60 0.06
HSL 16.36º 0.82% 0.66% -
HSV(B) 16.36º 0.6% 0.94% -
XYZ 46.37 36.52 15.67 -
YUV 161.65 90.96 183.17 -
System Red Green Blue C M Y K H S L
Decimal 239 135 96 0 0.44 0.60 0.06 16.36 0.82 0.66
Hex EF 87 60 0 2C 3C 6 10 52 42
Octal 357 207 140 0 54 74 6 20 122 102
Binary 11101111 10000111 1100000 0 101100 111100 110 10000 1010010 1000010

Color Harmonies of #EF8760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8760

Black with #EF8760

Text Example


Text Example

White with #EF8760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8760; }

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

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

background-color css

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

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

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

border-color css

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

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

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