Html Css Color HEX #EF7E54 Crusta

📋 copy color: '#EF7E54'

red 239 ◦ green 126 ◦ blue 84

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

Shades of Crusta #EF7E54

Tints of Crusta #EF7E54

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.06%

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

R = 53.23%
G = 28.06%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EF7E54 (or 0xEF7E54) is known color: Crusta. HEX triplet: EF, 7E and 54. RGB value is (239,126,84). Sum of RGB (Red+Green+Blue) = 239+126+84=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 84 (33.20% from 255 or 18.71% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7E54 is #1081AB. Grayscale: #9B9B9B. Windows color (decimal): -1081772 or 5537519. OLE color: 5537519.

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

Color convert

RGB 239 126 84 -
CMYK 0 0.47 0.65 0.06
HSL 16.26º 0.83% 0.63% -
HSV(B) 16.26º 0.65% 0.94% -
XYZ 44.66 33.91 12.58 -
YUV 155 87.94 187.92 -
System Red Green Blue C M Y K H S L
Decimal 239 126 84 0 0.47 0.65 0.06 16.26 0.83 0.63
Hex EF 7E 54 0 2F 41 6 10 53 3F
Octal 357 176 124 0 57 101 6 20 123 77
Binary 11101111 1111110 1010100 0 101111 1000001 110 10000 1010011 111111

Color Harmonies of #EF7E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7E54

Black with #EF7E54

Text Example


Text Example

White with #EF7E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7E54; }

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

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

background-color css

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

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

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

border-color css

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

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

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