Html Css Color HEX #EF804C Crusta

📋 copy color: '#EF804C'

red 239 ◦ green 128 ◦ blue 76

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

Shades of Crusta #EF804C

Tints of Crusta #EF804C

RGB

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

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

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

R = 53.95%
G = 28.89%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF804C (or 0xEF804C) is known color: Crusta. HEX triplet: EF, 80 and 4C. RGB value is (239,128,76). Sum of RGB (Red+Green+Blue) = 239+128+76=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 76 (30.08% from 255 or 17.16% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF804C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF804C is #107FB3. Grayscale: #9B9B9B. Windows color (decimal): -1081268 or 5013743. OLE color: 5013743.

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

Color convert

RGB 239 128 76 -
CMYK 0 0.46 0.68 0.06
HSL 19.14º 0.84% 0.62% -
HSV(B) 19.14º 0.68% 0.94% -
XYZ 44.62 34.31 11.11 -
YUV 155.26 83.27 187.73 -
System Red Green Blue C M Y K H S L
Decimal 239 128 76 0 0.46 0.68 0.06 19.14 0.84 0.62
Hex EF 80 4C 0 2E 44 6 13 54 3E
Octal 357 200 114 0 56 104 6 23 124 76
Binary 11101111 10000000 1001100 0 101110 1000100 110 10011 1010100 111110

Color Harmonies of #EF804C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF804C

Black with #EF804C

Text Example


Text Example

White with #EF804C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF804C; }

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

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

background-color css

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

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

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

border-color css

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

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

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