Html Css Color HEX #EF8F56 Crusta

📋 copy color: '#EF8F56'

red 239 ◦ green 143 ◦ blue 86

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

Shades of Crusta #EF8F56

Tints of Crusta #EF8F56

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.56%

 BLUE value IS 86 (33.98% from 255) = 18.38%

R = 51.07%
G = 30.56%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EF8F56 (or 0xEF8F56) is known color: Crusta. HEX triplet: EF, 8F and 56. RGB value is (239,143,86). Sum of RGB (Red+Green+Blue) = 239+143+86=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 86 (33.98% from 255 or 18.38% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8F56 is #1070A9. Grayscale: #A5A5A5. Windows color (decimal): -1077418 or 5672943. OLE color: 5672943.

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

Color convert

RGB 239 143 86 -
CMYK 0 0.40 0.64 0.06
HSL 22.35º 0.83% 0.64% -
HSV(B) 22.35º 0.64% 0.94% -
XYZ 47.1 38.67 13.79 -
YUV 165.21 83.3 180.63 -
System Red Green Blue C M Y K H S L
Decimal 239 143 86 0 0.40 0.64 0.06 22.35 0.83 0.64
Hex EF 8F 56 0 28 40 6 16 53 40
Octal 357 217 126 0 50 100 6 26 123 100
Binary 11101111 10001111 1010110 0 101000 1000000 110 10110 1010011 1000000

Color Harmonies of #EF8F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8F56

Black with #EF8F56

Text Example


Text Example

White with #EF8F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8F56; }

 p { color: rgb(239,143,86); }

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

background-color css

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

 a { background-color: rgb(239,143,86); }

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

border-color css

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

 span { border-color: rgb(239,143,86); }

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