Html Css Color HEX #EF8E5E Crusta

📋 copy color: '#EF8E5E'

red 239 ◦ green 142 ◦ blue 94

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

Shades of Crusta #EF8E5E

Tints of Crusta #EF8E5E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.89%

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

R = 50.32%
G = 29.89%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EF8E5E (or 0xEF8E5E) is known color: Crusta. HEX triplet: EF, 8E and 5E. RGB value is (239,142,94). Sum of RGB (Red+Green+Blue) = 239+142+94=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 142 (55.86% from 255 or 29.89% from 475); Blue value is 94 (37.11% from 255 or 19.79% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8E5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8E5E is #1071A1. Grayscale: #A5A5A5. Windows color (decimal): -1077666 or 6196975. OLE color: 6196975.

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

Color convert

RGB 239 142 94 -
CMYK 0 0.41 0.61 0.06
HSL 19.86º 0.82% 0.65% -
HSV(B) 19.86º 0.61% 0.94% -
XYZ 47.29 38.5 15.53 -
YUV 165.53 87.64 180.4 -
System Red Green Blue C M Y K H S L
Decimal 239 142 94 0 0.41 0.61 0.06 19.86 0.82 0.65
Hex EF 8E 5E 0 29 3D 6 14 52 41
Octal 357 216 136 0 51 75 6 24 122 101
Binary 11101111 10001110 1011110 0 101001 111101 110 10100 1010010 1000001

Color Harmonies of #EF8E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8E5E

Black with #EF8E5E

Text Example


Text Example

White with #EF8E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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