Html Css Color HEX #EF805C Crusta

📋 copy color: '#EF805C'

red 239 ◦ green 128 ◦ blue 92

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

Shades of Crusta #EF805C

Tints of Crusta #EF805C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.04%

R = 52.07%
G = 27.89%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF805C (or 0xEF805C) is known color: Crusta. HEX triplet: EF, 80 and 5C. RGB value is (239,128,92). Sum of RGB (Red+Green+Blue) = 239+128+92=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF805C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF805C is #107FA3. Grayscale: #9D9D9D. Windows color (decimal): -1081252 or 6062319. OLE color: 6062319.

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

Color convert

RGB 239 128 92 -
CMYK 0 0.46 0.62 0.06
HSL 14.69º 0.82% 0.65% -
HSV(B) 14.69º 0.62% 0.94% -
XYZ 45.25 34.56 14.41 -
YUV 157.09 91.27 186.43 -
System Red Green Blue C M Y K H S L
Decimal 239 128 92 0 0.46 0.62 0.06 14.69 0.82 0.65
Hex EF 80 5C 0 2E 3E 6 F 52 41
Octal 357 200 134 0 56 76 6 17 122 101
Binary 11101111 10000000 1011100 0 101110 111110 110 1111 1010010 1000001

Color Harmonies of #EF805C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF805C

Black with #EF805C

Text Example


Text Example

White with #EF805C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF805C; }

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

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

background-color css

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

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

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

border-color css

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

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

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