Html Css Color HEX #EF8253 Crusta

📋 copy color: '#EF8253'

red 239 ◦ green 130 ◦ blue 83

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

Shades of Crusta #EF8253

Tints of Crusta #EF8253

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.76%

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

R = 52.88%
G = 28.76%
B = 18.36%

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

#EF8253 (or 0xEF8253) is known color: Crusta. HEX triplet: EF, 82 and 53. RGB value is (239,130,83). Sum of RGB (Red+Green+Blue) = 239+130+83=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 83 (32.81% from 255 or 18.36% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8253 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8253 is #107DAC. Grayscale: #9D9D9D. Windows color (decimal): -1080749 or 5473007. OLE color: 5473007.

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

Color convert

RGB 239 130 83 -
CMYK 0 0.46 0.65 0.06
HSL 18.08º 0.83% 0.63% -
HSV(B) 18.08º 0.65% 0.94% -
XYZ 45.14 34.94 12.55 -
YUV 157.23 86.11 186.32 -
System Red Green Blue C M Y K H S L
Decimal 239 130 83 0 0.46 0.65 0.06 18.08 0.83 0.63
Hex EF 82 53 0 2E 41 6 12 53 3F
Octal 357 202 123 0 56 101 6 22 123 77
Binary 11101111 10000010 1010011 0 101110 1000001 110 10010 1010011 111111

Color Harmonies of #EF8253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8253

Black with #EF8253

Text Example


Text Example

White with #EF8253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8253; }

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

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

background-color css

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

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

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

border-color css

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

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

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