Html Css Color HEX #EF845C Crusta

📋 copy color: '#EF845C'

red 239 ◦ green 132 ◦ blue 92

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

Shades of Crusta #EF845C

Tints of Crusta #EF845C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.51%

 BLUE value IS 92 (36.33% from 255) = 19.87%

R = 51.62%
G = 28.51%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF845C (or 0xEF845C) is known color: Crusta. HEX triplet: EF, 84 and 5C. RGB value is (239,132,92). Sum of RGB (Red+Green+Blue) = 239+132+92=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF845C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF845C is #107BA3. Grayscale: #9F9F9F. Windows color (decimal): -1080228 or 6063343. OLE color: 6063343.

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

Color convert

RGB 239 132 92 -
CMYK 0 0.45 0.62 0.06
HSL 16.33º 0.82% 0.65% -
HSV(B) 16.33º 0.62% 0.94% -
XYZ 45.78 35.63 14.59 -
YUV 159.43 89.95 184.75 -
System Red Green Blue C M Y K H S L
Decimal 239 132 92 0 0.45 0.62 0.06 16.33 0.82 0.65
Hex EF 84 5C 0 2D 3E 6 10 52 41
Octal 357 204 134 0 55 76 6 20 122 101
Binary 11101111 10000100 1011100 0 101101 111110 110 10000 1010010 1000001

Color Harmonies of #EF845C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF845C

Black with #EF845C

Text Example


Text Example

White with #EF845C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF845C; }

 p { color: rgb(239,132,92); }

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

background-color css

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

 a { background-color: rgb(239,132,92); }

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

border-color css

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

 span { border-color: rgb(239,132,92); }

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