Html Css Color HEX #EF8464 Crusta

📋 copy color: '#EF8464'

red 239 ◦ green 132 ◦ blue 100

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

Shades of Crusta #EF8464

Tints of Crusta #EF8464

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.03%

 BLUE value IS 100 (39.45% from 255) = 21.23%

R = 50.74%
G = 28.03%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF8464 (or 0xEF8464) is known color: Crusta. HEX triplet: EF, 84 and 64. RGB value is (239,132,100). Sum of RGB (Red+Green+Blue) = 239+132+100=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8464 is #107B9B. Grayscale: #A0A0A0. Windows color (decimal): -1080220 or 6587631. OLE color: 6587631.

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

Color convert

RGB 239 132 100 -
CMYK 0 0.45 0.58 0.06
HSL 13.81º 0.81% 0.66% -
HSV(B) 13.81º 0.58% 0.94% -
XYZ 46.15 35.77 16.53 -
YUV 160.35 93.95 184.1 -
System Red Green Blue C M Y K H S L
Decimal 239 132 100 0 0.45 0.58 0.06 13.81 0.81 0.66
Hex EF 84 64 0 2D 3A 6 E 51 42
Octal 357 204 144 0 55 72 6 16 121 102
Binary 11101111 10000100 1100100 0 101101 111010 110 1110 1010001 1000010

Color Harmonies of #EF8464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8464

Black with #EF8464

Text Example


Text Example

White with #EF8464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8464; }

 p { color: rgb(239,132,100); }

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

background-color css

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

 a { background-color: rgb(239,132,100); }

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

border-color css

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

 span { border-color: rgb(239,132,100); }

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