Html Css Color HEX #EF8150 Crusta

📋 copy color: '#EF8150'

red 239 ◦ green 129 ◦ blue 80

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

Shades of Crusta #EF8150

Tints of Crusta #EF8150

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.79%

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

R = 53.35%
G = 28.79%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF8150 (or 0xEF8150) is known color: Crusta. HEX triplet: EF, 81 and 50. RGB value is (239,129,80). Sum of RGB (Red+Green+Blue) = 239+129+80=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 80 (31.64% from 255 or 17.86% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8150 is #107EAF. Grayscale: #9C9C9C. Windows color (decimal): -1081008 or 5276143. OLE color: 5276143.

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

Color convert

RGB 239 129 80 -
CMYK 0 0.46 0.67 0.06
HSL 18.49º 0.83% 0.63% -
HSV(B) 18.49º 0.67% 0.94% -
XYZ 44.89 34.63 11.91 -
YUV 156.3 84.94 186.98 -
System Red Green Blue C M Y K H S L
Decimal 239 129 80 0 0.46 0.67 0.06 18.49 0.83 0.63
Hex EF 81 50 0 2E 43 6 12 53 3F
Octal 357 201 120 0 56 103 6 22 123 77
Binary 11101111 10000001 1010000 0 101110 1000011 110 10010 1010011 111111

Color Harmonies of #EF8150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8150

Black with #EF8150

Text Example


Text Example

White with #EF8150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8150; }

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

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

background-color css

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

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

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

border-color css

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

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

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