Html Css Color HEX #EF8359 Crusta

📋 copy color: '#EF8359'

red 239 ◦ green 131 ◦ blue 89

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

Shades of Crusta #EF8359

Tints of Crusta #EF8359

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.54%

 BLUE value IS 89 (35.16% from 255) = 19.39%

R = 52.07%
G = 28.54%
B = 19.39%

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

#EF8359 (or 0xEF8359) is known color: Crusta. HEX triplet: EF, 83 and 59. RGB value is (239,131,89). Sum of RGB (Red+Green+Blue) = 239+131+89=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 89 (35.16% from 255 or 19.39% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8359 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8359 is #107CA6. Grayscale: #9E9E9E. Windows color (decimal): -1080487 or 5866479. OLE color: 5866479.

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

Color convert

RGB 239 131 89 -
CMYK 0 0.45 0.63 0.06
HSL 16.8º 0.82% 0.64% -
HSV(B) 16.8º 0.63% 0.94% -
XYZ 45.52 35.3 13.87 -
YUV 158.5 88.78 185.42 -
System Red Green Blue C M Y K H S L
Decimal 239 131 89 0 0.45 0.63 0.06 16.8 0.82 0.64
Hex EF 83 59 0 2D 3F 6 11 52 40
Octal 357 203 131 0 55 77 6 21 122 100
Binary 11101111 10000011 1011001 0 101101 111111 110 10001 1010010 1000000

Color Harmonies of #EF8359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8359

Black with #EF8359

Text Example


Text Example

White with #EF8359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8359; }

 p { color: rgb(239,131,89); }

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

background-color css

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

 a { background-color: rgb(239,131,89); }

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

border-color css

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

 span { border-color: rgb(239,131,89); }

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