Html Css Color HEX #EF8B50 Crusta

📋 copy color: '#EF8B50'

red 239 ◦ green 139 ◦ blue 80

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

Shades of Crusta #EF8B50

Tints of Crusta #EF8B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.47%

R = 52.18%
G = 30.35%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF8B50 (or 0xEF8B50) is known color: Crusta. HEX triplet: EF, 8B and 50. RGB value is (239,139,80). Sum of RGB (Red+Green+Blue) = 239+139+80=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8B50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8B50 is #1074AF. Grayscale: #A2A2A2. Windows color (decimal): -1078448 or 5278703. OLE color: 5278703.

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

Color convert

RGB 239 139 80 -
CMYK 0 0.42 0.67 0.06
HSL 22.26º 0.83% 0.63% -
HSV(B) 22.26º 0.67% 0.94% -
XYZ 46.28 37.4 12.37 -
YUV 162.17 81.63 182.8 -
System Red Green Blue C M Y K H S L
Decimal 239 139 80 0 0.42 0.67 0.06 22.26 0.83 0.63
Hex EF 8B 50 0 2A 43 6 16 53 3F
Octal 357 213 120 0 52 103 6 26 123 77
Binary 11101111 10001011 1010000 0 101010 1000011 110 10110 1010011 111111

Color Harmonies of #EF8B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8B50

Black with #EF8B50

Text Example


Text Example

White with #EF8B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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