Html Css Color HEX #EF8C65 Crusta

📋 copy color: '#EF8C65'

red 239 ◦ green 140 ◦ blue 101

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

Shades of Crusta #EF8C65

Tints of Crusta #EF8C65

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.17%

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

R = 49.79%
G = 29.17%
B = 21.04%

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

#EF8C65 (or 0xEF8C65) is known color: Crusta. HEX triplet: EF, 8C and 65. RGB value is (239,140,101). Sum of RGB (Red+Green+Blue) = 239+140+101=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8C65 is #10739A. Grayscale: #A5A5A5. Windows color (decimal): -1078171 or 6655215. OLE color: 6655215.

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

Color convert

RGB 239 140 101 -
CMYK 0 0.41 0.58 0.06
HSL 16.96º 0.81% 0.67% -
HSV(B) 16.96º 0.58% 0.94% -
XYZ 47.32 38.05 17.16 -
YUV 165.16 91.8 180.67 -
System Red Green Blue C M Y K H S L
Decimal 239 140 101 0 0.41 0.58 0.06 16.96 0.81 0.67
Hex EF 8C 65 0 29 3A 6 11 51 43
Octal 357 214 145 0 51 72 6 21 121 103
Binary 11101111 10001100 1100101 0 101001 111010 110 10001 1010001 1000011

Color Harmonies of #EF8C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8C65

Black with #EF8C65

Text Example


Text Example

White with #EF8C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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