Html Css Color HEX #EF8462 Crusta

📋 copy color: '#EF8462'

red 239 ◦ green 132 ◦ blue 98

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

Shades of Crusta #EF8462

Tints of Crusta #EF8462

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.14%

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

R = 50.96%
G = 28.14%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EF8462 (or 0xEF8462) is known color: Crusta. HEX triplet: EF, 84 and 62. RGB value is (239,132,98). Sum of RGB (Red+Green+Blue) = 239+132+98=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8462 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8462 is #107B9D. Grayscale: #A0A0A0. Windows color (decimal): -1080222 or 6456559. OLE color: 6456559.

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

Color convert

RGB 239 132 98 -
CMYK 0 0.45 0.59 0.06
HSL 14.47º 0.82% 0.66% -
HSV(B) 14.47º 0.59% 0.94% -
XYZ 46.05 35.74 16.03 -
YUV 160.12 92.95 184.26 -
System Red Green Blue C M Y K H S L
Decimal 239 132 98 0 0.45 0.59 0.06 14.47 0.82 0.66
Hex EF 84 62 0 2D 3B 6 E 52 42
Octal 357 204 142 0 55 73 6 16 122 102
Binary 11101111 10000100 1100010 0 101101 111011 110 1110 1010010 1000010

Color Harmonies of #EF8462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8462

Black with #EF8462

Text Example


Text Example

White with #EF8462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8462; }

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

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

background-color css

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

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

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

border-color css

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

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

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