Html Css Color HEX #EF8554 Crusta

📋 copy color: '#EF8554'

red 239 ◦ green 133 ◦ blue 84

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

Shades of Crusta #EF8554

Tints of Crusta #EF8554

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.17%

 BLUE value IS 84 (33.2% from 255) = 18.42%

R = 52.41%
G = 29.17%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EF8554 (or 0xEF8554) is known color: Crusta. HEX triplet: EF, 85 and 54. RGB value is (239,133,84). Sum of RGB (Red+Green+Blue) = 239+133+84=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 84 (33.20% from 255 or 18.42% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8554 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8554 is #107AAB. Grayscale: #9F9F9F. Windows color (decimal): -1079980 or 5539311. OLE color: 5539311.

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

Color convert

RGB 239 133 84 -
CMYK 0 0.44 0.65 0.06
HSL 18.97º 0.83% 0.63% -
HSV(B) 18.97º 0.65% 0.94% -
XYZ 45.58 35.77 12.89 -
YUV 159.11 85.62 184.98 -
System Red Green Blue C M Y K H S L
Decimal 239 133 84 0 0.44 0.65 0.06 18.97 0.83 0.63
Hex EF 85 54 0 2C 41 6 13 53 3F
Octal 357 205 124 0 54 101 6 23 123 77
Binary 11101111 10000101 1010100 0 101100 1000001 110 10011 1010011 111111

Color Harmonies of #EF8554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8554

Black with #EF8554

Text Example


Text Example

White with #EF8554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8554; }

 p { color: rgb(239,133,84); }

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

background-color css

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

 a { background-color: rgb(239,133,84); }

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

border-color css

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

 span { border-color: rgb(239,133,84); }

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