Html Css Color HEX #EF8565 Crusta

📋 copy color: '#EF8565'

red 239 ◦ green 133 ◦ blue 101

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

Shades of Crusta #EF8565

Tints of Crusta #EF8565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.35%

R = 50.53%
G = 28.12%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF8565 (or 0xEF8565) is known color: Crusta. HEX triplet: EF, 85 and 65. RGB value is (239,133,101). Sum of RGB (Red+Green+Blue) = 239+133+101=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8565 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8565 is #107A9A. Grayscale: #A1A1A1. Windows color (decimal): -1079963 or 6653423. OLE color: 6653423.

HSL color Cylindrical-coordinate representation of color #EF8565: hue angle of 13.91º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF8565 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 133 101 -
CMYK 0 0.44 0.58 0.06
HSL 13.91º 0.81% 0.67% -
HSV(B) 13.91º 0.58% 0.94% -
XYZ 46.33 36.07 16.83 -
YUV 161.05 94.12 183.6 -
System Red Green Blue C M Y K H S L
Decimal 239 133 101 0 0.44 0.58 0.06 13.91 0.81 0.67
Hex EF 85 65 0 2C 3A 6 E 51 43
Octal 357 205 145 0 54 72 6 16 121 103
Binary 11101111 10000101 1100101 0 101100 111010 110 1110 1010001 1000011

Color Harmonies of #EF8565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8565

Black with #EF8565

Text Example


Text Example

White with #EF8565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8565; }

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

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

background-color css

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

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

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

border-color css

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

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

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