Html Css Color HEX #EF7F55 Crusta

📋 copy color: '#EF7F55'

red 239 ◦ green 127 ◦ blue 85

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

Shades of Crusta #EF7F55

Tints of Crusta #EF7F55

RGB

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

 GREEN value IS 127 (50% from 255) = 28.16%

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

R = 52.99%
G = 28.16%
B = 18.85%

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

#EF7F55 (or 0xEF7F55) is known color: Crusta. HEX triplet: EF, 7F and 55. RGB value is (239,127,85). Sum of RGB (Red+Green+Blue) = 239+127+85=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 85 (33.59% from 255 or 18.85% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7F55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7F55 is #1080AA. Grayscale: #9B9B9B. Windows color (decimal): -1081515 or 5603311. OLE color: 5603311.

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

Color convert

RGB 239 127 85 -
CMYK 0 0.47 0.64 0.06
HSL 16.36º 0.83% 0.64% -
HSV(B) 16.36º 0.64% 0.94% -
XYZ 44.83 34.19 12.83 -
YUV 155.7 88.11 187.42 -
System Red Green Blue C M Y K H S L
Decimal 239 127 85 0 0.47 0.64 0.06 16.36 0.83 0.64
Hex EF 7F 55 0 2F 40 6 10 53 40
Octal 357 177 125 0 57 100 6 20 123 100
Binary 11101111 1111111 1010101 0 101111 1000000 110 10000 1010011 1000000

Color Harmonies of #EF7F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7F55

Black with #EF7F55

Text Example


Text Example

White with #EF7F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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