Html Css Color HEX #EF8F5F Crusta

📋 copy color: '#EF8F5F'

red 239 ◦ green 143 ◦ blue 95

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

Shades of Crusta #EF8F5F

Tints of Crusta #EF8F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.92%

R = 50.1%
G = 29.98%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EF8F5F (or 0xEF8F5F) is known color: Crusta. HEX triplet: EF, 8F and 5F. RGB value is (239,143,95). Sum of RGB (Red+Green+Blue) = 239+143+95=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 95 (37.5% from 255 or 19.92% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8F5F is #1070A0. Grayscale: #A6A6A6. Windows color (decimal): -1077409 or 6262767. OLE color: 6262767.

HSL color Cylindrical-coordinate representation of color #EF8F5F: hue angle of 20º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF8F5F is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 143 95 -
CMYK 0 0.40 0.60 0.06
HSL 20º 0.82% 0.65% -
HSV(B) 20º 0.6% 0.94% -
XYZ 47.48 38.82 15.82 -
YUV 166.23 87.8 179.9 -
System Red Green Blue C M Y K H S L
Decimal 239 143 95 0 0.40 0.60 0.06 20 0.82 0.65
Hex EF 8F 5F 0 28 3C 6 14 52 41
Octal 357 217 137 0 50 74 6 24 122 101
Binary 11101111 10001111 1011111 0 101000 111100 110 10100 1010010 1000001

Color Harmonies of #EF8F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8F5F

Black with #EF8F5F

Text Example


Text Example

White with #EF8F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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