Html Css Color HEX #EF8352 Crusta

📋 copy color: '#EF8352'

red 239 ◦ green 131 ◦ blue 82

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

Shades of Crusta #EF8352

Tints of Crusta #EF8352

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.98%

 BLUE value IS 82 (32.42% from 255) = 18.14%

R = 52.88%
G = 28.98%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EF8352 (or 0xEF8352) is known color: Crusta. HEX triplet: EF, 83 and 52. RGB value is (239,131,82). Sum of RGB (Red+Green+Blue) = 239+131+82=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8352 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8352 is #107CAD. Grayscale: #9E9E9E. Windows color (decimal): -1080494 or 5407727. OLE color: 5407727.

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

Color convert

RGB 239 131 82 -
CMYK 0 0.45 0.66 0.06
HSL 18.73º 0.83% 0.63% -
HSV(B) 18.73º 0.66% 0.94% -
XYZ 45.24 35.19 12.39 -
YUV 157.71 85.28 185.98 -
System Red Green Blue C M Y K H S L
Decimal 239 131 82 0 0.45 0.66 0.06 18.73 0.83 0.63
Hex EF 83 52 0 2D 42 6 13 53 3F
Octal 357 203 122 0 55 102 6 23 123 77
Binary 11101111 10000011 1010010 0 101101 1000010 110 10011 1010011 111111

Color Harmonies of #EF8352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8352

Black with #EF8352

Text Example


Text Example

White with #EF8352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8352; }

 p { color: rgb(239,131,82); }

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

background-color css

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

 a { background-color: rgb(239,131,82); }

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

border-color css

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

 span { border-color: rgb(239,131,82); }

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