Html Css Color HEX #EF8553 Crusta

📋 copy color: '#EF8553'

red 239 ◦ green 133 ◦ blue 83

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

Shades of Crusta #EF8553

Tints of Crusta #EF8553

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.23%

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

R = 52.53%
G = 29.23%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EF8553 (or 0xEF8553) is known color: Crusta. HEX triplet: EF, 85 and 53. RGB value is (239,133,83). Sum of RGB (Red+Green+Blue) = 239+133+83=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 83 (32.81% from 255 or 18.24% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8553 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8553 is #107AAC. Grayscale: #9F9F9F. Windows color (decimal): -1079981 or 5473775. OLE color: 5473775.

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

Color convert

RGB 239 133 83 -
CMYK 0 0.44 0.65 0.06
HSL 19.23º 0.83% 0.63% -
HSV(B) 19.23º 0.65% 0.94% -
XYZ 45.55 35.75 12.68 -
YUV 158.99 85.12 185.07 -
System Red Green Blue C M Y K H S L
Decimal 239 133 83 0 0.44 0.65 0.06 19.23 0.83 0.63
Hex EF 85 53 0 2C 41 6 13 53 3F
Octal 357 205 123 0 54 101 6 23 123 77
Binary 11101111 10000101 1010011 0 101100 1000001 110 10011 1010011 111111

Color Harmonies of #EF8553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8553

Black with #EF8553

Text Example


Text Example

White with #EF8553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8553; }

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

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

background-color css

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

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

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

border-color css

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

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

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