Html Css Color HEX #EF805E Crusta

📋 copy color: '#EF805E'

red 239 ◦ green 128 ◦ blue 94

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

Shades of Crusta #EF805E

Tints of Crusta #EF805E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.39%

R = 51.84%
G = 27.77%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EF805E (or 0xEF805E) is known color: Crusta. HEX triplet: EF, 80 and 5E. RGB value is (239,128,94). Sum of RGB (Red+Green+Blue) = 239+128+94=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF805E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF805E is #107FA1. Grayscale: #9D9D9D. Windows color (decimal): -1081250 or 6193391. OLE color: 6193391.

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

Color convert

RGB 239 128 94 -
CMYK 0 0.46 0.61 0.06
HSL 14.07º 0.82% 0.65% -
HSV(B) 14.07º 0.61% 0.94% -
XYZ 45.34 34.6 14.88 -
YUV 157.31 92.27 186.26 -
System Red Green Blue C M Y K H S L
Decimal 239 128 94 0 0.46 0.61 0.06 14.07 0.82 0.65
Hex EF 80 5E 0 2E 3D 6 E 52 41
Octal 357 200 136 0 56 75 6 16 122 101
Binary 11101111 10000000 1011110 0 101110 111101 110 1110 1010010 1000001

Color Harmonies of #EF805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF805E

Black with #EF805E

Text Example


Text Example

White with #EF805E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF805E; }

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

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

background-color css

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

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

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

border-color css

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

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

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