Html Css Color HEX #EF8950 Crusta

📋 copy color: '#EF8950'

red 239 ◦ green 137 ◦ blue 80

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

Shades of Crusta #EF8950

Tints of Crusta #EF8950

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.04%

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

R = 52.41%
G = 30.04%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF8950 (or 0xEF8950) is known color: Crusta. HEX triplet: EF, 89 and 50. RGB value is (239,137,80). Sum of RGB (Red+Green+Blue) = 239+137+80=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8950 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8950 is #1076AF. Grayscale: #A1A1A1. Windows color (decimal): -1078960 or 5278191. OLE color: 5278191.

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

Color convert

RGB 239 137 80 -
CMYK 0 0.43 0.67 0.06
HSL 21.51º 0.83% 0.63% -
HSV(B) 21.51º 0.67% 0.94% -
XYZ 45.99 36.82 12.27 -
YUV 161 82.29 183.63 -
System Red Green Blue C M Y K H S L
Decimal 239 137 80 0 0.43 0.67 0.06 21.51 0.83 0.63
Hex EF 89 50 0 2B 43 6 16 53 3F
Octal 357 211 120 0 53 103 6 26 123 77
Binary 11101111 10001001 1010000 0 101011 1000011 110 10110 1010011 111111

Color Harmonies of #EF8950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8950

Black with #EF8950

Text Example


Text Example

White with #EF8950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8950; }

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

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

background-color css

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

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

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

border-color css

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

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

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