Html Css Color HEX #EF875F Crusta

📋 copy color: '#EF875F'

red 239 ◦ green 135 ◦ blue 95

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

Shades of Crusta #EF875F

Tints of Crusta #EF875F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.78%

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

R = 50.96%
G = 28.78%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EF875F (or 0xEF875F) is known color: Crusta. HEX triplet: EF, 87 and 5F. RGB value is (239,135,95). Sum of RGB (Red+Green+Blue) = 239+135+95=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 95 (37.5% from 255 or 20.26% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF875F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF875F is #1078A0. Grayscale: #A1A1A1. Windows color (decimal): -1079457 or 6260719. OLE color: 6260719.

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

Color convert

RGB 239 135 95 -
CMYK 0 0.44 0.60 0.06
HSL 16.67º 0.82% 0.65% -
HSV(B) 16.67º 0.6% 0.94% -
XYZ 46.33 36.5 15.43 -
YUV 161.54 90.46 183.25 -
System Red Green Blue C M Y K H S L
Decimal 239 135 95 0 0.44 0.60 0.06 16.67 0.82 0.65
Hex EF 87 5F 0 2C 3C 6 11 52 41
Octal 357 207 137 0 54 74 6 21 122 101
Binary 11101111 10000111 1011111 0 101100 111100 110 10001 1010010 1000001

Color Harmonies of #EF875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF875F

Black with #EF875F

Text Example


Text Example

White with #EF875F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF875F; }

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

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

background-color css

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

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

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

border-color css

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

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

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