Html Css Color HEX #EF8258 Crusta

📋 copy color: '#EF8258'

red 239 ◦ green 130 ◦ blue 88

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

Shades of Crusta #EF8258

Tints of Crusta #EF8258

RGB

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

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

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

R = 52.3%
G = 28.45%
B = 19.26%

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

#EF8258 (or 0xEF8258) is known color: Crusta. HEX triplet: EF, 82 and 58. RGB value is (239,130,88). Sum of RGB (Red+Green+Blue) = 239+130+88=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 88 (34.77% from 255 or 19.26% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8258 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8258 is #107DA7. Grayscale: #9E9E9E. Windows color (decimal): -1080744 or 5800687. OLE color: 5800687.

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

Color convert

RGB 239 130 88 -
CMYK 0 0.46 0.63 0.06
HSL 16.69º 0.83% 0.64% -
HSV(B) 16.69º 0.63% 0.94% -
XYZ 45.34 35.02 13.6 -
YUV 157.8 88.61 185.92 -
System Red Green Blue C M Y K H S L
Decimal 239 130 88 0 0.46 0.63 0.06 16.69 0.83 0.64
Hex EF 82 58 0 2E 3F 6 11 53 40
Octal 357 202 130 0 56 77 6 21 123 100
Binary 11101111 10000010 1011000 0 101110 111111 110 10001 1010011 1000000

Color Harmonies of #EF8258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8258

Black with #EF8258

Text Example


Text Example

White with #EF8258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8258; }

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

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

background-color css

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

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

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

border-color css

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

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

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