Html Css Color HEX #EF8B5F Crusta

📋 copy color: '#EF8B5F'

red 239 ◦ green 139 ◦ blue 95

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

Shades of Crusta #EF8B5F

Tints of Crusta #EF8B5F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.39%

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

R = 50.53%
G = 29.39%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EF8B5F (or 0xEF8B5F) is known color: Crusta. HEX triplet: EF, 8B and 5F. RGB value is (239,139,95). Sum of RGB (Red+Green+Blue) = 239+139+95=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 95 (37.5% from 255 or 20.08% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8B5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8B5F is #1074A0. Grayscale: #A4A4A4. Windows color (decimal): -1078433 or 6261743. OLE color: 6261743.

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

Color convert

RGB 239 139 95 -
CMYK 0 0.42 0.60 0.06
HSL 18.33º 0.82% 0.65% -
HSV(B) 18.33º 0.6% 0.94% -
XYZ 46.89 37.64 15.62 -
YUV 163.88 89.13 181.58 -
System Red Green Blue C M Y K H S L
Decimal 239 139 95 0 0.42 0.60 0.06 18.33 0.82 0.65
Hex EF 8B 5F 0 2A 3C 6 12 52 41
Octal 357 213 137 0 52 74 6 22 122 101
Binary 11101111 10001011 1011111 0 101010 111100 110 10010 1010010 1000001

Color Harmonies of #EF8B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8B5F

Black with #EF8B5F

Text Example


Text Example

White with #EF8B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8B5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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