Html Css Color HEX #EF8053 Crusta

📋 copy color: '#EF8053'

red 239 ◦ green 128 ◦ blue 83

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

Shades of Crusta #EF8053

Tints of Crusta #EF8053

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.44%

 BLUE value IS 83 (32.81% from 255) = 18.44%

R = 53.11%
G = 28.44%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EF8053 (or 0xEF8053) is known color: Crusta. HEX triplet: EF, 80 and 53. RGB value is (239,128,83). Sum of RGB (Red+Green+Blue) = 239+128+83=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 83 (32.81% from 255 or 18.44% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8053 is #107FAC. Grayscale: #9C9C9C. Windows color (decimal): -1081261 or 5472495. OLE color: 5472495.

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

Color convert

RGB 239 128 83 -
CMYK 0 0.46 0.65 0.06
HSL 17.31º 0.83% 0.63% -
HSV(B) 17.31º 0.65% 0.94% -
XYZ 44.88 34.41 12.46 -
YUV 156.06 86.77 187.16 -
System Red Green Blue C M Y K H S L
Decimal 239 128 83 0 0.46 0.65 0.06 17.31 0.83 0.63
Hex EF 80 53 0 2E 41 6 11 53 3F
Octal 357 200 123 0 56 101 6 21 123 77
Binary 11101111 10000000 1010011 0 101110 1000001 110 10001 1010011 111111

Color Harmonies of #EF8053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8053

Black with #EF8053

Text Example


Text Example

White with #EF8053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8053; }

 p { color: rgb(239,128,83); }

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

background-color css

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

 a { background-color: rgb(239,128,83); }

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

border-color css

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

 span { border-color: rgb(239,128,83); }

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