Html Css Color HEX #EF8852 Crusta

📋 copy color: '#EF8852'

red 239 ◦ green 136 ◦ blue 82

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

Shades of Crusta #EF8852

Tints of Crusta #EF8852

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.76%

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

R = 52.3%
G = 29.76%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EF8852 (or 0xEF8852) is known color: Crusta. HEX triplet: EF, 88 and 52. RGB value is (239,136,82). Sum of RGB (Red+Green+Blue) = 239+136+82=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 82 (32.42% from 255 or 17.94% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8852 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8852 is #1077AD. Grayscale: #A0A0A0. Windows color (decimal): -1079214 or 5409007. OLE color: 5409007.

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

Color convert

RGB 239 136 82 -
CMYK 0 0.43 0.66 0.06
HSL 20.64º 0.83% 0.63% -
HSV(B) 20.64º 0.66% 0.94% -
XYZ 45.92 36.57 12.62 -
YUV 160.64 83.62 183.89 -
System Red Green Blue C M Y K H S L
Decimal 239 136 82 0 0.43 0.66 0.06 20.64 0.83 0.63
Hex EF 88 52 0 2B 42 6 15 53 3F
Octal 357 210 122 0 53 102 6 25 123 77
Binary 11101111 10001000 1010010 0 101011 1000010 110 10101 1010011 111111

Color Harmonies of #EF8852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8852

Black with #EF8852

Text Example


Text Example

White with #EF8852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8852; }

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

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

background-color css

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

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

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

border-color css

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

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

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