Html Css Color HEX #EF8655 Crusta

📋 copy color: '#EF8655'

red 239 ◦ green 134 ◦ blue 85

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

Shades of Crusta #EF8655

Tints of Crusta #EF8655

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.26%

 BLUE value IS 85 (33.59% from 255) = 18.56%

R = 52.18%
G = 29.26%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EF8655 (or 0xEF8655) is known color: Crusta. HEX triplet: EF, 86 and 55. RGB value is (239,134,85). Sum of RGB (Red+Green+Blue) = 239+134+85=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 85 (33.59% from 255 or 18.56% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8655 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8655 is #1079AA. Grayscale: #A0A0A0. Windows color (decimal): -1079723 or 5605103. OLE color: 5605103.

HSL color Cylindrical-coordinate representation of color #EF8655: hue angle of 19.09º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF8655 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 134 85 -
CMYK 0 0.44 0.64 0.06
HSL 19.09º 0.83% 0.64% -
HSV(B) 19.09º 0.64% 0.94% -
XYZ 45.76 36.06 13.14 -
YUV 159.81 85.79 184.48 -
System Red Green Blue C M Y K H S L
Decimal 239 134 85 0 0.44 0.64 0.06 19.09 0.83 0.64
Hex EF 86 55 0 2C 40 6 13 53 40
Octal 357 206 125 0 54 100 6 23 123 100
Binary 11101111 10000110 1010101 0 101100 1000000 110 10011 1010011 1000000

Color Harmonies of #EF8655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8655

Black with #EF8655

Text Example


Text Example

White with #EF8655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8655; }

 p { color: rgb(239,134,85); }

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

background-color css

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

 a { background-color: rgb(239,134,85); }

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

border-color css

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

 span { border-color: rgb(239,134,85); }

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