Html Css Color HEX #EF8650 Crusta

📋 copy color: '#EF8650'

red 239 ◦ green 134 ◦ blue 80

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

Shades of Crusta #EF8650

Tints of Crusta #EF8650

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.58%

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

R = 52.76%
G = 29.58%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF8650 (or 0xEF8650) is known color: Crusta. HEX triplet: EF, 86 and 50. RGB value is (239,134,80). Sum of RGB (Red+Green+Blue) = 239+134+80=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 80 (31.64% from 255 or 17.66% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8650 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8650 is #1079AF. Grayscale: #9F9F9F. Windows color (decimal): -1079728 or 5277423. OLE color: 5277423.

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

Color convert

RGB 239 134 80 -
CMYK 0 0.44 0.67 0.06
HSL 20.38º 0.83% 0.63% -
HSV(B) 20.38º 0.67% 0.94% -
XYZ 45.57 35.98 12.13 -
YUV 159.24 83.29 184.89 -
System Red Green Blue C M Y K H S L
Decimal 239 134 80 0 0.44 0.67 0.06 20.38 0.83 0.63
Hex EF 86 50 0 2C 43 6 14 53 3F
Octal 357 206 120 0 54 103 6 24 123 77
Binary 11101111 10000110 1010000 0 101100 1000011 110 10100 1010011 111111

Color Harmonies of #EF8650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8650

Black with #EF8650

Text Example


Text Example

White with #EF8650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8650; }

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

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

background-color css

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

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

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

border-color css

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

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

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