Html Css Color HEX #EF8663 Crusta

📋 copy color: '#EF8663'

red 239 ◦ green 134 ◦ blue 99

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

Shades of Crusta #EF8663

Tints of Crusta #EF8663

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.39%

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

R = 50.64%
G = 28.39%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EF8663 (or 0xEF8663) is known color: Crusta. HEX triplet: EF, 86 and 63. RGB value is (239,134,99). Sum of RGB (Red+Green+Blue) = 239+134+99=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8663 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8663 is #10799C. Grayscale: #A1A1A1. Windows color (decimal): -1079709 or 6522607. OLE color: 6522607.

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

Color convert

RGB 239 134 99 -
CMYK 0 0.44 0.59 0.06
HSL 15º 0.81% 0.66% -
HSV(B) 15º 0.59% 0.94% -
XYZ 46.37 36.3 16.37 -
YUV 161.41 92.79 183.35 -
System Red Green Blue C M Y K H S L
Decimal 239 134 99 0 0.44 0.59 0.06 15 0.81 0.66
Hex EF 86 63 0 2C 3B 6 F 51 42
Octal 357 206 143 0 54 73 6 17 121 102
Binary 11101111 10000110 1100011 0 101100 111011 110 1111 1010001 1000010

Color Harmonies of #EF8663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8663

Black with #EF8663

Text Example


Text Example

White with #EF8663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8663; }

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

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

background-color css

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

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

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

border-color css

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

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

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