Html Css Color HEX #EF8B64 Crusta

📋 copy color: '#EF8B64'

red 239 ◦ green 139 ◦ blue 100

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

Shades of Crusta #EF8B64

Tints of Crusta #EF8B64

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.08%

 BLUE value IS 100 (39.45% from 255) = 20.92%

R = 50%
G = 29.08%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF8B64 (or 0xEF8B64) is known color: Crusta. HEX triplet: EF, 8B and 64. RGB value is (239,139,100). Sum of RGB (Red+Green+Blue) = 239+139+100=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8B64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8B64 is #10749B. Grayscale: #A4A4A4. Windows color (decimal): -1078428 or 6589423. OLE color: 6589423.

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

Color convert

RGB 239 139 100 -
CMYK 0 0.42 0.58 0.06
HSL 16.83º 0.81% 0.66% -
HSV(B) 16.83º 0.58% 0.94% -
XYZ 47.13 37.74 16.86 -
YUV 164.45 91.63 181.17 -
System Red Green Blue C M Y K H S L
Decimal 239 139 100 0 0.42 0.58 0.06 16.83 0.81 0.66
Hex EF 8B 64 0 2A 3A 6 11 51 42
Octal 357 213 144 0 52 72 6 21 121 102
Binary 11101111 10001011 1100100 0 101010 111010 110 10001 1010001 1000010

Color Harmonies of #EF8B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8B64

Black with #EF8B64

Text Example


Text Example

White with #EF8B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8B64; }

 p { color: rgb(239,139,100); }

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

background-color css

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

 a { background-color: rgb(239,139,100); }

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

border-color css

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

 span { border-color: rgb(239,139,100); }

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