Html Css Color HEX #EF804D Crusta

📋 copy color: '#EF804D'

red 239 ◦ green 128 ◦ blue 77

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

Shades of Crusta #EF804D

Tints of Crusta #EF804D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.34%

R = 53.83%
G = 28.83%
B = 17.34%

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

#EF804D (or 0xEF804D) is known color: Crusta. HEX triplet: EF, 80 and 4D. RGB value is (239,128,77). Sum of RGB (Red+Green+Blue) = 239+128+77=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EF804D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF804D is #107FB2. Grayscale: #9B9B9B. Windows color (decimal): -1081267 or 5079279. OLE color: 5079279.

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

Color convert

RGB 239 128 77 -
CMYK 0 0.46 0.68 0.06
HSL 18.89º 0.84% 0.62% -
HSV(B) 18.89º 0.68% 0.94% -
XYZ 44.66 34.32 11.29 -
YUV 155.38 83.77 187.65 -
System Red Green Blue C M Y K H S L
Decimal 239 128 77 0 0.46 0.68 0.06 18.89 0.84 0.62
Hex EF 80 4D 0 2E 44 6 13 54 3E
Octal 357 200 115 0 56 104 6 23 124 76
Binary 11101111 10000000 1001101 0 101110 1000100 110 10011 1010100 111110

Color Harmonies of #EF804D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF804D

Black with #EF804D

Text Example


Text Example

White with #EF804D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF804D; }

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

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

background-color css

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

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

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

border-color css

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

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

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