Html Css Color HEX #EF844C Crusta

📋 copy color: '#EF844C'

red 239 ◦ green 132 ◦ blue 76

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

Shades of Crusta #EF844C

Tints of Crusta #EF844C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17%

R = 53.47%
G = 29.53%
B = 17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF844C (or 0xEF844C) is known color: Crusta. HEX triplet: EF, 84 and 4C. RGB value is (239,132,76). Sum of RGB (Red+Green+Blue) = 239+132+76=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 76 (30.08% from 255 or 17.00% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF844C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF844C is #107BB3. Grayscale: #9D9D9D. Windows color (decimal): -1080244 or 5014767. OLE color: 5014767.

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

Color convert

RGB 239 132 76 -
CMYK 0 0.45 0.68 0.06
HSL 20.61º 0.84% 0.62% -
HSV(B) 20.61º 0.68% 0.94% -
XYZ 45.15 35.38 11.29 -
YUV 157.61 81.95 186.05 -
System Red Green Blue C M Y K H S L
Decimal 239 132 76 0 0.45 0.68 0.06 20.61 0.84 0.62
Hex EF 84 4C 0 2D 44 6 15 54 3E
Octal 357 204 114 0 55 104 6 25 124 76
Binary 11101111 10000100 1001100 0 101101 1000100 110 10101 1010100 111110

Color Harmonies of #EF844C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF844C

Black with #EF844C

Text Example


Text Example

White with #EF844C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF844C; }

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

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

background-color css

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

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

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

border-color css

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

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

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