Html Css Color HEX #EF8262 Crusta

📋 copy color: '#EF8262'

red 239 ◦ green 130 ◦ blue 98

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

Shades of Crusta #EF8262

Tints of Crusta #EF8262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.99%

R = 51.18%
G = 27.84%
B = 20.99%

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

#EF8262 (or 0xEF8262) is known color: Crusta. HEX triplet: EF, 82 and 62. RGB value is (239,130,98). Sum of RGB (Red+Green+Blue) = 239+130+98=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8262 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8262 is #107D9D. Grayscale: #9F9F9F. Windows color (decimal): -1080734 or 6456047. OLE color: 6456047.

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

Color convert

RGB 239 130 98 -
CMYK 0 0.46 0.59 0.06
HSL 13.62º 0.82% 0.66% -
HSV(B) 13.62º 0.59% 0.94% -
XYZ 45.78 35.2 15.94 -
YUV 158.94 93.61 185.1 -
System Red Green Blue C M Y K H S L
Decimal 239 130 98 0 0.46 0.59 0.06 13.62 0.82 0.66
Hex EF 82 62 0 2E 3B 6 E 52 42
Octal 357 202 142 0 56 73 6 16 122 102
Binary 11101111 10000010 1100010 0 101110 111011 110 1110 1010010 1000010

Color Harmonies of #EF8262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8262

Black with #EF8262

Text Example


Text Example

White with #EF8262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8262; }

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

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

background-color css

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

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

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

border-color css

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

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

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