Html Css Color HEX #EF8251 Crusta

📋 copy color: '#EF8251'

red 239 ◦ green 130 ◦ blue 81

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

Shades of Crusta #EF8251

Tints of Crusta #EF8251

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.89%

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

R = 53.11%
G = 28.89%
B = 18%

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

#EF8251 (or 0xEF8251) is known color: Crusta. HEX triplet: EF, 82 and 51. RGB value is (239,130,81). Sum of RGB (Red+Green+Blue) = 239+130+81=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 81 (32.03% from 255 or 18% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8251 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8251 is #107DAE. Grayscale: #9D9D9D. Windows color (decimal): -1080751 or 5341935. OLE color: 5341935.

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

Color convert

RGB 239 130 81 -
CMYK 0 0.46 0.66 0.06
HSL 18.61º 0.83% 0.63% -
HSV(B) 18.61º 0.66% 0.94% -
XYZ 45.06 34.91 12.15 -
YUV 157.01 85.11 186.48 -
System Red Green Blue C M Y K H S L
Decimal 239 130 81 0 0.46 0.66 0.06 18.61 0.83 0.63
Hex EF 82 51 0 2E 42 6 13 53 3F
Octal 357 202 121 0 56 102 6 23 123 77
Binary 11101111 10000010 1010001 0 101110 1000010 110 10011 1010011 111111

Color Harmonies of #EF8251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8251

Black with #EF8251

Text Example


Text Example

White with #EF8251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8251; }

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

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

background-color css

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

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

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

border-color css

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

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

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