Html Css Color HEX #EF8864 Crusta

📋 copy color: '#EF8864'

red 239 ◦ green 136 ◦ blue 100

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

Shades of Crusta #EF8864

Tints of Crusta #EF8864

RGB

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

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

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

R = 50.32%
G = 28.63%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF8864 (or 0xEF8864) is known color: Crusta. HEX triplet: EF, 88 and 64. RGB value is (239,136,100). Sum of RGB (Red+Green+Blue) = 239+136+100=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8864 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8864 is #10779B. Grayscale: #A2A2A2. Windows color (decimal): -1079196 or 6588655. OLE color: 6588655.

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

Color convert

RGB 239 136 100 -
CMYK 0 0.43 0.58 0.06
HSL 15.54º 0.81% 0.66% -
HSV(B) 15.54º 0.58% 0.94% -
XYZ 46.7 36.88 16.71 -
YUV 162.69 92.62 182.43 -
System Red Green Blue C M Y K H S L
Decimal 239 136 100 0 0.43 0.58 0.06 15.54 0.81 0.66
Hex EF 88 64 0 2B 3A 6 10 51 42
Octal 357 210 144 0 53 72 6 20 121 102
Binary 11101111 10001000 1100100 0 101011 111010 110 10000 1010001 1000010

Color Harmonies of #EF8864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8864

Black with #EF8864

Text Example


Text Example

White with #EF8864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8864; }

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

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

background-color css

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

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

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

border-color css

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

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

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