Html Css Color HEX #EF8D65 Crusta

📋 copy color: '#EF8D65'

red 239 ◦ green 141 ◦ blue 101

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

Shades of Crusta #EF8D65

Tints of Crusta #EF8D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21%

R = 49.69%
G = 29.31%
B = 21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF8D65 (or 0xEF8D65) is known color: Crusta. HEX triplet: EF, 8D and 65. RGB value is (239,141,101). Sum of RGB (Red+Green+Blue) = 239+141+101=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8D65 is #10729A. Grayscale: #A6A6A6. Windows color (decimal): -1077915 or 6655471. OLE color: 6655471.

HSL color Cylindrical-coordinate representation of color #EF8D65: hue angle of 17.39º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF8D65 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 141 101 -
CMYK 0 0.41 0.58 0.06
HSL 17.39º 0.81% 0.67% -
HSV(B) 17.39º 0.58% 0.94% -
XYZ 47.47 38.34 17.21 -
YUV 165.74 91.47 180.25 -
System Red Green Blue C M Y K H S L
Decimal 239 141 101 0 0.41 0.58 0.06 17.39 0.81 0.67
Hex EF 8D 65 0 29 3A 6 11 51 43
Octal 357 215 145 0 51 72 6 21 121 103
Binary 11101111 10001101 1100101 0 101001 111010 110 10001 1010001 1000011

Color Harmonies of #EF8D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8D65

Black with #EF8D65

Text Example


Text Example

White with #EF8D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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