Html Css Color HEX #EF7E55 Crusta

📋 copy color: '#EF7E55'

red 239 ◦ green 126 ◦ blue 85

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

Shades of Crusta #EF7E55

Tints of Crusta #EF7E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.89%

R = 53.11%
G = 28%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EF7E55 (or 0xEF7E55) is known color: Crusta. HEX triplet: EF, 7E and 55. RGB value is (239,126,85). Sum of RGB (Red+Green+Blue) = 239+126+85=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 85 (33.59% from 255 or 18.89% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7E55 is #1081AA. Grayscale: #9B9B9B. Windows color (decimal): -1081771 or 5603055. OLE color: 5603055.

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

Color convert

RGB 239 126 85 -
CMYK 0 0.47 0.64 0.06
HSL 15.97º 0.83% 0.64% -
HSV(B) 15.97º 0.64% 0.94% -
XYZ 44.7 33.93 12.79 -
YUV 155.11 88.44 187.83 -
System Red Green Blue C M Y K H S L
Decimal 239 126 85 0 0.47 0.64 0.06 15.97 0.83 0.64
Hex EF 7E 55 0 2F 40 6 10 53 40
Octal 357 176 125 0 57 100 6 20 123 100
Binary 11101111 1111110 1010101 0 101111 1000000 110 10000 1010011 1000000

Color Harmonies of #EF7E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7E55

Black with #EF7E55

Text Example


Text Example

White with #EF7E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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