Html Css Color HEX #EF805D Crusta

📋 copy color: '#EF805D'

red 239 ◦ green 128 ◦ blue 93

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

Shades of Crusta #EF805D

Tints of Crusta #EF805D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.22%

R = 51.96%
G = 27.83%
B = 20.22%

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

#EF805D (or 0xEF805D) is known color: Crusta. HEX triplet: EF, 80 and 5D. RGB value is (239,128,93). Sum of RGB (Red+Green+Blue) = 239+128+93=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF805D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF805D is #107FA2. Grayscale: #9D9D9D. Windows color (decimal): -1081251 or 6127855. OLE color: 6127855.

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

Color convert

RGB 239 128 93 -
CMYK 0 0.46 0.61 0.06
HSL 14.38º 0.82% 0.65% -
HSV(B) 14.38º 0.61% 0.94% -
XYZ 45.29 34.58 14.64 -
YUV 157.2 91.77 186.35 -
System Red Green Blue C M Y K H S L
Decimal 239 128 93 0 0.46 0.61 0.06 14.38 0.82 0.65
Hex EF 80 5D 0 2E 3D 6 E 52 41
Octal 357 200 135 0 56 75 6 16 122 101
Binary 11101111 10000000 1011101 0 101110 111101 110 1110 1010010 1000001

Color Harmonies of #EF805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF805D

Black with #EF805D

Text Example


Text Example

White with #EF805D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF805D; }

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

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

background-color css

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

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

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

border-color css

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

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

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