Html Css Color HEX #EF8D62 Crusta

📋 copy color: '#EF8D62'

red 239 ◦ green 141 ◦ blue 98

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

Shades of Crusta #EF8D62

Tints of Crusta #EF8D62

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.5%

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

R = 50%
G = 29.5%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EF8D62 (or 0xEF8D62) is known color: Crusta. HEX triplet: EF, 8D and 62. RGB value is (239,141,98). Sum of RGB (Red+Green+Blue) = 239+141+98=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D62 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8D62 is #10729D. Grayscale: #A5A5A5. Windows color (decimal): -1077918 or 6458863. OLE color: 6458863.

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

Color convert

RGB 239 141 98 -
CMYK 0 0.41 0.59 0.06
HSL 18.3º 0.82% 0.66% -
HSV(B) 18.3º 0.59% 0.94% -
XYZ 47.33 38.28 16.45 -
YUV 165.4 89.97 180.5 -
System Red Green Blue C M Y K H S L
Decimal 239 141 98 0 0.41 0.59 0.06 18.3 0.82 0.66
Hex EF 8D 62 0 29 3B 6 12 52 42
Octal 357 215 142 0 51 73 6 22 122 102
Binary 11101111 10001101 1100010 0 101001 111011 110 10010 1010010 1000010

Color Harmonies of #EF8D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8D62

Black with #EF8D62

Text Example


Text Example

White with #EF8D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8D62; }

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

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

background-color css

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

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

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

border-color css

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

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

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