Html Css Color HEX #EF8261 Crusta

📋 copy color: '#EF8261'

red 239 ◦ green 130 ◦ blue 97

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

Shades of Crusta #EF8261

Tints of Crusta #EF8261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.82%

R = 51.29%
G = 27.9%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EF8261 (or 0xEF8261) is known color: Crusta. HEX triplet: EF, 82 and 61. RGB value is (239,130,97). Sum of RGB (Red+Green+Blue) = 239+130+97=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 97 (38.28% from 255 or 20.82% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8261 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8261 is #107D9E. Grayscale: #9F9F9F. Windows color (decimal): -1080735 or 6390511. OLE color: 6390511.

HSL color Cylindrical-coordinate representation of color #EF8261: hue angle of 13.94º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF8261 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 130 97 -
CMYK 0 0.46 0.59 0.06
HSL 13.94º 0.82% 0.66% -
HSV(B) 13.94º 0.59% 0.94% -
XYZ 45.74 35.18 15.69 -
YUV 158.83 93.11 185.18 -
System Red Green Blue C M Y K H S L
Decimal 239 130 97 0 0.46 0.59 0.06 13.94 0.82 0.66
Hex EF 82 61 0 2E 3B 6 E 52 42
Octal 357 202 141 0 56 73 6 16 122 102
Binary 11101111 10000010 1100001 0 101110 111011 110 1110 1010010 1000010

Color Harmonies of #EF8261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8261

Black with #EF8261

Text Example


Text Example

White with #EF8261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8261; }

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

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

background-color css

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

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

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

border-color css

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

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

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