Html Css Color HEX #EF8052 Crusta

📋 copy color: '#EF8052'

red 239 ◦ green 128 ◦ blue 82

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

Shades of Crusta #EF8052

Tints of Crusta #EF8052

RGB

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

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

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

R = 53.23%
G = 28.51%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EF8052 (or 0xEF8052) is known color: Crusta. HEX triplet: EF, 80 and 52. RGB value is (239,128,82). Sum of RGB (Red+Green+Blue) = 239+128+82=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8052 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8052 is #107FAD. Grayscale: #9C9C9C. Windows color (decimal): -1081262 or 5406959. OLE color: 5406959.

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

Color convert

RGB 239 128 82 -
CMYK 0 0.46 0.66 0.06
HSL 17.58º 0.83% 0.63% -
HSV(B) 17.58º 0.66% 0.94% -
XYZ 44.84 34.4 12.26 -
YUV 155.95 86.27 187.24 -
System Red Green Blue C M Y K H S L
Decimal 239 128 82 0 0.46 0.66 0.06 17.58 0.83 0.63
Hex EF 80 52 0 2E 42 6 12 53 3F
Octal 357 200 122 0 56 102 6 22 123 77
Binary 11101111 10000000 1010010 0 101110 1000010 110 10010 1010011 111111

Color Harmonies of #EF8052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8052

Black with #EF8052

Text Example


Text Example

White with #EF8052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8052; }

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

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

background-color css

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

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

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

border-color css

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

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

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