Html Css Color HEX #EF8458 Crusta

📋 copy color: '#EF8458'

red 239 ◦ green 132 ◦ blue 88

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

Shades of Crusta #EF8458

Tints of Crusta #EF8458

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.76%

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

R = 52.07%
G = 28.76%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EF8458 (or 0xEF8458) is known color: Crusta. HEX triplet: EF, 84 and 58. RGB value is (239,132,88). Sum of RGB (Red+Green+Blue) = 239+132+88=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 88 (34.77% from 255 or 19.17% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8458 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8458 is #107BA7. Grayscale: #9F9F9F. Windows color (decimal): -1080232 or 5801199. OLE color: 5801199.

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

Color convert

RGB 239 132 88 -
CMYK 0 0.45 0.63 0.06
HSL 17.48º 0.83% 0.64% -
HSV(B) 17.48º 0.63% 0.94% -
XYZ 45.61 35.56 13.69 -
YUV 158.98 87.95 185.08 -
System Red Green Blue C M Y K H S L
Decimal 239 132 88 0 0.45 0.63 0.06 17.48 0.83 0.64
Hex EF 84 58 0 2D 3F 6 11 53 40
Octal 357 204 130 0 55 77 6 21 123 100
Binary 11101111 10000100 1011000 0 101101 111111 110 10001 1010011 1000000

Color Harmonies of #EF8458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8458

Black with #EF8458

Text Example


Text Example

White with #EF8458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8458; }

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

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

background-color css

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

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

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

border-color css

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

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

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