Html Css Color HEX #EF8151 Crusta

📋 copy color: '#EF8151'

red 239 ◦ green 129 ◦ blue 81

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

Shades of Crusta #EF8151

Tints of Crusta #EF8151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.04%

R = 53.23%
G = 28.73%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EF8151 (or 0xEF8151) is known color: Crusta. HEX triplet: EF, 81 and 51. RGB value is (239,129,81). Sum of RGB (Red+Green+Blue) = 239+129+81=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 81 (32.03% from 255 or 18.04% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8151 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8151 is #107EAE. Grayscale: #9C9C9C. Windows color (decimal): -1081007 or 5341679. OLE color: 5341679.

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

Color convert

RGB 239 129 81 -
CMYK 0 0.46 0.66 0.06
HSL 18.23º 0.83% 0.63% -
HSV(B) 18.23º 0.66% 0.94% -
XYZ 44.93 34.65 12.1 -
YUV 156.42 85.44 186.9 -
System Red Green Blue C M Y K H S L
Decimal 239 129 81 0 0.46 0.66 0.06 18.23 0.83 0.63
Hex EF 81 51 0 2E 42 6 12 53 3F
Octal 357 201 121 0 56 102 6 22 123 77
Binary 11101111 10000001 1010001 0 101110 1000010 110 10010 1010011 111111

Color Harmonies of #EF8151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8151

Black with #EF8151

Text Example


Text Example

White with #EF8151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8151; }

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

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

background-color css

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

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

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

border-color css

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

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

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