Html Css Color HEX #EF8965 Crusta

📋 copy color: '#EF8965'

red 239 ◦ green 137 ◦ blue 101

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

Shades of Crusta #EF8965

Tints of Crusta #EF8965

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.72%

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

R = 50.1%
G = 28.72%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF8965 (or 0xEF8965) is known color: Crusta. HEX triplet: EF, 89 and 65. RGB value is (239,137,101). Sum of RGB (Red+Green+Blue) = 239+137+101=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8965 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8965 is #10769A. Grayscale: #A3A3A3. Windows color (decimal): -1078939 or 6654447. OLE color: 6654447.

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

Color convert

RGB 239 137 101 -
CMYK 0 0.43 0.58 0.06
HSL 15.65º 0.81% 0.67% -
HSV(B) 15.65º 0.58% 0.94% -
XYZ 46.89 37.18 17.02 -
YUV 163.39 92.79 181.93 -
System Red Green Blue C M Y K H S L
Decimal 239 137 101 0 0.43 0.58 0.06 15.65 0.81 0.67
Hex EF 89 65 0 2B 3A 6 10 51 43
Octal 357 211 145 0 53 72 6 20 121 103
Binary 11101111 10001001 1100101 0 101011 111010 110 10000 1010001 1000011

Color Harmonies of #EF8965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8965

Black with #EF8965

Text Example


Text Example

White with #EF8965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8965; }

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

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

background-color css

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

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

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

border-color css

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

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

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