Html Css Color HEX #EF8954 Crusta

📋 copy color: '#EF8954'

red 239 ◦ green 137 ◦ blue 84

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

Shades of Crusta #EF8954

Tints of Crusta #EF8954

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.78%

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

R = 51.96%
G = 29.78%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EF8954 (or 0xEF8954) is known color: Crusta. HEX triplet: EF, 89 and 54. RGB value is (239,137,84). Sum of RGB (Red+Green+Blue) = 239+137+84=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 84 (33.20% from 255 or 18.26% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8954 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8954 is #1076AB. Grayscale: #A1A1A1. Windows color (decimal): -1078956 or 5540335. OLE color: 5540335.

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

Color convert

RGB 239 137 84 -
CMYK 0 0.43 0.65 0.06
HSL 20.52º 0.83% 0.63% -
HSV(B) 20.52º 0.65% 0.94% -
XYZ 46.14 36.88 13.07 -
YUV 161.46 84.29 183.31 -
System Red Green Blue C M Y K H S L
Decimal 239 137 84 0 0.43 0.65 0.06 20.52 0.83 0.63
Hex EF 89 54 0 2B 41 6 15 53 3F
Octal 357 211 124 0 53 101 6 25 123 77
Binary 11101111 10001001 1010100 0 101011 1000001 110 10101 1010011 111111

Color Harmonies of #EF8954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8954

Black with #EF8954

Text Example


Text Example

White with #EF8954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8954; }

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

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

background-color css

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

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

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

border-color css

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

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

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