Html Css Color HEX #EF8C58 Crusta

📋 copy color: '#EF8C58'

red 239 ◦ green 140 ◦ blue 88

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

Shades of Crusta #EF8C58

Tints of Crusta #EF8C58

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.98%

 BLUE value IS 88 (34.77% from 255) = 18.84%

R = 51.18%
G = 29.98%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EF8C58 (or 0xEF8C58) is known color: Crusta. HEX triplet: EF, 8C and 58. RGB value is (239,140,88). Sum of RGB (Red+Green+Blue) = 239+140+88=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 88 (34.77% from 255 or 18.84% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8C58 is #1073A7. Grayscale: #A3A3A3. Windows color (decimal): -1078184 or 5803247. OLE color: 5803247.

HSL color Cylindrical-coordinate representation of color #EF8C58: hue angle of 20.66º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF8C58 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 140 88 -
CMYK 0 0.41 0.63 0.06
HSL 20.66º 0.83% 0.64% -
HSV(B) 20.66º 0.63% 0.94% -
XYZ 46.74 37.81 14.07 -
YUV 163.67 85.3 181.73 -
System Red Green Blue C M Y K H S L
Decimal 239 140 88 0 0.41 0.63 0.06 20.66 0.83 0.64
Hex EF 8C 58 0 29 3F 6 15 53 40
Octal 357 214 130 0 51 77 6 25 123 100
Binary 11101111 10001100 1011000 0 101001 111111 110 10101 1010011 1000000

Color Harmonies of #EF8C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8C58

Black with #EF8C58

Text Example


Text Example

White with #EF8C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8C58; }

 p { color: rgb(239,140,88); }

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

background-color css

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

 a { background-color: rgb(239,140,88); }

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

border-color css

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

 span { border-color: rgb(239,140,88); }

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