Html Css Color HEX #EF8063 Crusta

📋 copy color: '#EF8063'

red 239 ◦ green 128 ◦ blue 99

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

Shades of Crusta #EF8063

Tints of Crusta #EF8063

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.47%

 BLUE value IS 99 (39.06% from 255) = 21.24%

R = 51.29%
G = 27.47%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EF8063 (or 0xEF8063) is known color: Crusta. HEX triplet: EF, 80 and 63. RGB value is (239,128,99). Sum of RGB (Red+Green+Blue) = 239+128+99=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8063 is #107F9C. Grayscale: #9E9E9E. Windows color (decimal): -1081245 or 6521071. OLE color: 6521071.

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

Color convert

RGB 239 128 99 -
CMYK 0 0.46 0.59 0.06
HSL 12.43º 0.81% 0.66% -
HSV(B) 12.43º 0.59% 0.94% -
XYZ 45.57 34.69 16.1 -
YUV 157.88 94.77 185.86 -
System Red Green Blue C M Y K H S L
Decimal 239 128 99 0 0.46 0.59 0.06 12.43 0.81 0.66
Hex EF 80 63 0 2E 3B 6 C 51 42
Octal 357 200 143 0 56 73 6 14 121 102
Binary 11101111 10000000 1100011 0 101110 111011 110 1100 1010001 1000010

Color Harmonies of #EF8063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8063

Black with #EF8063

Text Example


Text Example

White with #EF8063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8063; }

 p { color: rgb(239,128,99); }

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

background-color css

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

 a { background-color: rgb(239,128,99); }

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

border-color css

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

 span { border-color: rgb(239,128,99); }

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