Html Css Color HEX #EF8162 Crusta

📋 copy color: '#EF8162'

red 239 ◦ green 129 ◦ blue 98

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

Shades of Crusta #EF8162

Tints of Crusta #EF8162

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.68%

 BLUE value IS 98 (38.67% from 255) = 21.03%

R = 51.29%
G = 27.68%
B = 21.03%

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

#EF8162 (or 0xEF8162) is known color: Crusta. HEX triplet: EF, 81 and 62. RGB value is (239,129,98). Sum of RGB (Red+Green+Blue) = 239+129+98=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8162 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8162 is #107E9D. Grayscale: #9E9E9E. Windows color (decimal): -1080990 or 6455791. OLE color: 6455791.

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

Color convert

RGB 239 129 98 -
CMYK 0 0.46 0.59 0.06
HSL 13.19º 0.82% 0.66% -
HSV(B) 13.19º 0.59% 0.94% -
XYZ 45.65 34.93 15.89 -
YUV 158.36 93.94 185.52 -
System Red Green Blue C M Y K H S L
Decimal 239 129 98 0 0.46 0.59 0.06 13.19 0.82 0.66
Hex EF 81 62 0 2E 3B 6 D 52 42
Octal 357 201 142 0 56 73 6 15 122 102
Binary 11101111 10000001 1100010 0 101110 111011 110 1101 1010010 1000010

Color Harmonies of #EF8162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8162

Black with #EF8162

Text Example


Text Example

White with #EF8162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8162; }

 p { color: rgb(239,129,98); }

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

background-color css

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

 a { background-color: rgb(239,129,98); }

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

border-color css

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

 span { border-color: rgb(239,129,98); }

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