Html Css Color HEX #EF8259 Crusta

📋 copy color: '#EF8259'

red 239 ◦ green 130 ◦ blue 89

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

Shades of Crusta #EF8259

Tints of Crusta #EF8259

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.38%

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

R = 52.18%
G = 28.38%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EF8259 (or 0xEF8259) is known color: Crusta. HEX triplet: EF, 82 and 59. RGB value is (239,130,89). Sum of RGB (Red+Green+Blue) = 239+130+89=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 89 (35.16% from 255 or 19.43% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8259 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8259 is #107DA6. Grayscale: #9E9E9E. Windows color (decimal): -1080743 or 5866223. OLE color: 5866223.

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

Color convert

RGB 239 130 89 -
CMYK 0 0.46 0.63 0.06
HSL 16.4º 0.82% 0.64% -
HSV(B) 16.4º 0.63% 0.94% -
XYZ 45.38 35.04 13.82 -
YUV 157.92 89.11 185.83 -
System Red Green Blue C M Y K H S L
Decimal 239 130 89 0 0.46 0.63 0.06 16.4 0.82 0.64
Hex EF 82 59 0 2E 3F 6 10 52 40
Octal 357 202 131 0 56 77 6 20 122 100
Binary 11101111 10000010 1011001 0 101110 111111 110 10000 1010010 1000000

Color Harmonies of #EF8259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8259

Black with #EF8259

Text Example


Text Example

White with #EF8259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8259; }

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

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

background-color css

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

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

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

border-color css

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

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

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